mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
remove spurious sys/select.h include (#377)
This commit is contained in:
parent
6d87da4c59
commit
8d4f4e148d
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include "pico/sem.h"
|
||||
#include "pico/time.h"
|
||||
#include "sys/select.h"
|
||||
|
||||
void sem_init(semaphore_t *sem, int16_t initial_permits, int16_t max_permits) {
|
||||
lock_init(&sem->core, next_striped_spin_lock_num());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue