Skip to content

Commit d774f3d

Browse files
authored
Update board.c
Fix for CLI
1 parent 0e0c106 commit d774f3d

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/maker_badge

1 file changed

+1
-1
lines changed

ports/espressif/boards/maker_badge/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void board_init(void) {
4949

5050
}
5151

52-
//busio_spi_obj_t *spi = common_hal_board_create_spi();
52+
// busio_spi_obj_t *spi = common_hal_board_create_spi();
5353

5454
bool board_requests_safe_mode(void) {
5555
return false;

0 commit comments

Comments
 (0)