We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27142d0 commit 7282bd9Copy full SHA for 7282bd9
ports/espressif/boards/m5stack_atom_lite/board.c
@@ -25,14 +25,5 @@
25
*/
26
27
#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"
33
34
-void board_init(void) {
35
-}
36
-
37
-void reset_board(void) {
38
+// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
0 commit comments