Force platform pin defs to be included (#16611)
* Force platform pin defs to be included * Always grab first header
This commit is contained in:
parent
e9458fd694
commit
7e6f1c9e08
4 changed files with 2 additions and 2 deletions
|
@ -18,6 +18,6 @@
|
|||
// useful for direct pin mapping
|
||||
#define NO_PIN (pin_t)(~0)
|
||||
|
||||
#if __has_include_next("pin_defs.h")
|
||||
# include_next "pin_defs.h" /* Include the platforms pin_defs.h */
|
||||
#if __has_include("_pin_defs.h")
|
||||
# include "_pin_defs.h" /* Include the platforms pin defs */
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue