Fixed incorrect NC macro check
This commit is contained in:
parent
946621cabf
commit
814949d183
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
/*!
|
||||
\brief Alias for unused pin, if not supplied by the Arduino core.
|
||||
*/
|
||||
#ifndef NC
|
||||
#if !(defined(NC) || defined(ARDUINO_ARCH_STM32))
|
||||
#define NC (-1)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue