Skip to content

Commit cde6596

Browse files
committed
add brown out detect level
1 parent 6c32a1f commit cde6596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/atmel-samd/boards/sensebox_mcu/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#define DEFAULT_UART_BUS_RX (&pin_PA23)
1818
#define DEFAULT_UART_BUS_TX (&pin_PA22)
1919

20+
#define SAMD21_BOD33_LEVEL (6)
21+
2022
// USB is always used internally so skip the pin objects for it.
2123
#define IGNORE_PIN_PA24 1
2224
#define IGNORE_PIN_PA25 1

0 commit comments

Comments
 (0)