Skip to content

Commit

Permalink
Merge pull request mcci-catena#204 from cyberman54/patch-1
Browse files Browse the repository at this point in the history
Update getpinmap_thisboard.cpp
  • Loading branch information
terrillmoore committed Feb 10, 2019
2 parents d9bb0f2 + 41e0f01 commit 4650e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/getpinmap_thisboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const HalPinmap_t *GetPinmap_ThisBoard(void)
#elif defined(PINNOCHIO_SCOUT)
return GetPinmap_PinnochioScount();
#else
#warning Board not supported -- use an explicit pinmap
#pragma message("Board not supported -- use an explicit pinmap")
return nullptr;
#endif
}
Expand Down

0 comments on commit 4650e89

Please sign in to comment.