diff options
| author | Hany Elkomy <hany_elkomy@live.com> | 2020-12-17 16:22:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 16:22:47 +0800 |
| commit | 109e147b46838ee0b97b825d91de8d2dc6834e6c (patch) | |
| tree | db71f2e37814388b490465ee0976867a7472b0a2 | |
| parent | 23ad9c7402325cf50e7f09db11f0aad4e396b935 (diff) | |
Update board.c
updated path to board.h
| -rw-r--r-- | ports/atmel-samd/boards/stackrduino_m0_pro/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/stackrduino_m0_pro/board.c b/ports/atmel-samd/boards/stackrduino_m0_pro/board.c index d7e856d61..84960e73c 100644 --- a/ports/atmel-samd/boards/stackrduino_m0_pro/board.c +++ b/ports/atmel-samd/boards/stackrduino_m0_pro/board.c @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -#include "boards/board.h" +#include "supervisor/board.h" void board_init(void) { } |
