We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9012e34 + 9d90680 commit f7bc3b8Copy full SHA for f7bc3b8
1 file changed
ports/espressif/boards/magiclick_s3_n4r2/board.c
@@ -28,13 +28,6 @@
28
#include "mpconfigboard.h"
29
#include "shared-bindings/microcontroller/Pin.h"
30
31
-void board_init(void) {
32
- // Debug UART
33
- #ifdef DEBUG
34
- common_hal_never_reset_pin(&pin_GPIO43);
35
- common_hal_never_reset_pin(&pin_GPIO44);
36
- #endif
37
-}
38
39
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
40
0 commit comments