v1.5.0
Go to the documentation of this file.
20 #define __PICO_STRING(x) #x
21 #define __PICO_XSTRING(x) __PICO_STRING(x)
22 #define __PICO_CONCAT1(x, y) x ## y
24 #include "pico/types.h"
25 #include "pico/version.h"
28 #ifdef PICO_CONFIG_HEADER
29 #include __PICO_XSTRING(PICO_CONFIG_HEADER)
31 #include "pico/config.h"
34 #include "pico/error.h"