Skip to content

Commit 109e147

Browse files
authored
Update board.c
updated path to board.h
1 parent 23ad9c7 commit 109e147

File tree

1 file changed

+1
-1
lines changed
  • ports/atmel-samd/boards/stackrduino_m0_pro

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/stackrduino_m0_pro/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
#include "boards/board.h"
27+
#include "supervisor/board.h"
2828

2929
void board_init(void) {
3030
}

0 commit comments

Comments
 (0)