We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9bb0f2 + 41e0f01 commit 4650e89Copy full SHA for 4650e89
src/hal/getpinmap_thisboard.cpp
@@ -48,7 +48,7 @@ const HalPinmap_t *GetPinmap_ThisBoard(void)
48
#elif defined(PINNOCHIO_SCOUT)
49
return GetPinmap_PinnochioScount();
50
#else
51
- #warning Board not supported -- use an explicit pinmap
+ #pragma message("Board not supported -- use an explicit pinmap")
52
return nullptr;
53
#endif
54
}
0 commit comments