Remove 'default=none' from PICO_CONFIG lines (#865)
This commit is contained in:
parent
6c19d20aa5
commit
babc4a1794
@ -22,7 +22,7 @@
|
|||||||
#include "pico/types.h"
|
#include "pico/types.h"
|
||||||
#include "pico/version.h"
|
#include "pico/version.h"
|
||||||
|
|
||||||
// PICO_CONFIG: PICO_CONFIG_HEADER, unquoted path to header include in place of the default pico/config.h which may be desirable for build systems which can't easily generate the config_autogen header, default=none, group=pico_base
|
// PICO_CONFIG: PICO_CONFIG_HEADER, unquoted path to header include in place of the default pico/config.h which may be desirable for build systems which can't easily generate the config_autogen header, group=pico_base
|
||||||
#ifdef PICO_CONFIG_HEADER
|
#ifdef PICO_CONFIG_HEADER
|
||||||
#include __PICO_XSTRING(PICO_CONFIG_HEADER)
|
#include __PICO_XSTRING(PICO_CONFIG_HEADER)
|
||||||
#else
|
#else
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "pico/config_autogen.h"
|
#include "pico/config_autogen.h"
|
||||||
|
|
||||||
// PICO_CONFIG: PICO_CONFIG_RTOS_ADAPTER_HEADER, unquoted path to header include in the default pico/config.h for RTOS integration defines that must be included in all sources, default=none, group=pico_base
|
// PICO_CONFIG: PICO_CONFIG_RTOS_ADAPTER_HEADER, unquoted path to header include in the default pico/config.h for RTOS integration defines that must be included in all sources, group=pico_base
|
||||||
#ifdef PICO_CONFIG_RTOS_ADAPTER_HEADER
|
#ifdef PICO_CONFIG_RTOS_ADAPTER_HEADER
|
||||||
#include __PICO_XSTRING(PICO_CONFIG_RTOS_ADAPTER_HEADER)
|
#include __PICO_XSTRING(PICO_CONFIG_RTOS_ADAPTER_HEADER)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user