- sys/cdefs is wanted for __CONCAT() - version.h and config_autogen.h are generated by the pico sdk - config_autogen expects to include board file - instead define PICO_xyz in target rules.mk
5 lines
139 B
C
5 lines
139 B
C
|
|
// pico sdk expects this to include boards/xyz.h and define PICO_*
|
|
|
|
// we instead define those via GLOBAL defines in target/pico/rules.mk
|