Add pico sdk define

This commit is contained in:
2025-10-18 08:53:47 +03:00
parent 6c3c763934
commit 4885623492
5 changed files with 41 additions and 29 deletions

View File

@@ -51,8 +51,10 @@
#ifdef PIP_FREERTOS
# define FREERTOS
#endif
#if defined(FREERTOS) || defined(PLATFORMIO)
# define MICRO_PIP
#ifdef MICRO_PIP
# ifndef FREERTOS
# define PIP_NO_THREADS
# endif
#endif
#ifndef WINDOWS
# ifndef QNX