Update board.c

This commit is contained in:
SimonVail 2022-05-12 17:27:48 -04:00 committed by GitHub
parent 83cd533785
commit b1935975a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@
#include "components/driver/include/driver/gpio.h"
void board_init(void) {
void board_init(void) {
}
bool board_requests_safe_mode(void) {