NuttX Upgrade CONFIG_LIB_BOARDCTL->CONFIG_BOARDCTL

This commit is contained in:
David Sidrane
2022-11-22 10:05:35 -08:00
committed by Daniel Agar
parent 6e78cbe746
commit 9faa8e23e8
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -118,7 +118,7 @@
* CONFIG_BOARD_INITIALIZE=y && CONFIG_BOARD_INITTHREAD=y
*/
#if defined(CONFIG_BOARD_INITIALIZE) && !defined(CONFIG_LIB_BOARDCTL) && !defined(CONFIG_BOARD_INITTHREAD)
#if defined(CONFIG_BOARD_INITIALIZE) && !defined(CONFIG_BOARDCTL) && !defined(CONFIG_BOARD_INITTHREAD)
# warning SDIO initialization cannot be perfomed on the IDLE thread
#endif