Skip to content

Commit 7282bd9

Browse files
CDariusdhalbert
andauthored
Removed boilerplate already handled by MP_WEAK definitions
Co-authored-by: Dan Halbert <[email protected]>
1 parent 27142d0 commit 7282bd9

File tree

1 file changed

+1
-10
lines changed
  • ports/espressif/boards/m5stack_atom_lite

1 file changed

+1
-10
lines changed

ports/espressif/boards/m5stack_atom_lite/board.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,5 @@
2525
*/
2626

2727
#include "supervisor/board.h"
28-
#include "mpconfigboard.h"
29-
#include "shared-bindings/microcontroller/Pin.h"
30-
#include "components/driver/include/driver/gpio.h"
31-
#include "components/hal/include/hal/gpio_hal.h"
32-
#include "common-hal/microcontroller/Pin.h"
3328

34-
void board_init(void) {
35-
}
36-
37-
void reset_board(void) {
38-
}
29+
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.

0 commit comments

Comments
 (0)