mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-30 14:20:52 +03:00
update cspot
This commit is contained in:
@@ -18,6 +18,9 @@ void freeAndNull(void *&ptr);
|
||||
#define BELL_SLEEP_MS(ms) vTaskDelay(ms / portTICK_PERIOD_MS)
|
||||
#define BELL_YIELD() taskYIELD()
|
||||
|
||||
#elif defined(_WIN32)
|
||||
#define BELL_SLEEP_MS(ms) Sleep(ms)
|
||||
#define BELL_YIELD() ;
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user