Skip to content

Commit 4650e89

Browse files
authored
Merge pull request #204 from cyberman54/patch-1
Update getpinmap_thisboard.cpp
2 parents d9bb0f2 + 41e0f01 commit 4650e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hal/getpinmap_thisboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const HalPinmap_t *GetPinmap_ThisBoard(void)
4848
#elif defined(PINNOCHIO_SCOUT)
4949
return GetPinmap_PinnochioScount();
5050
#else
51-
#warning Board not supported -- use an explicit pinmap
51+
#pragma message("Board not supported -- use an explicit pinmap")
5252
return nullptr;
5353
#endif
5454
}

0 commit comments

Comments
 (0)