oh crud, i forgot a semicolon
This commit is contained in:
parent
4bafbca0c3
commit
de3c5ff976
1 changed files with 1 additions and 1 deletions
|
|
@ -37,5 +37,5 @@ bool board_requests_safe_mode(void) {
|
|||
}
|
||||
|
||||
void reset_board(void) {
|
||||
board_reset_user_neopixels(&pin_PA06, 2)
|
||||
board_reset_user_neopixels(&pin_PA06, 2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue