Skip to content

Commit 93962e0

Browse files
committed
promicro revert regout0 to 3v3
1 parent 5635eba commit 93962e0

File tree

1 file changed

+3
-1
lines changed
  • src/boards/slimenrf_promicro

1 file changed

+3
-1
lines changed

src/boards/slimenrf_promicro/board.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727

2828
#define _PINNUM(port, pin) ((port)*32 + (pin))
2929

30-
#define UICR_REGOUT0_VALUE UICR_REGOUT0_VOUT_2V1
30+
// regulator on promicro boards are less efficient than expected
31+
// #define UICR_REGOUT0_VALUE UICR_REGOUT0_VOUT_2V1
32+
#define UICR_REGOUT0_VALUE UICR_REGOUT0_VOUT_3V3
3133

3234
/*------------------------------------------------------------------*/
3335
/* LED

0 commit comments

Comments
 (0)