Skip to content

Commit e27a7c8

Browse files
committed
Revert "promicro revert regout0 to 3v3"
This reverts commit f451511.
1 parent f153f92 commit e27a7c8

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

src/boards/slimenrf_promicro/board.h

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

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

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
30+
#define UICR_REGOUT0_VALUE UICR_REGOUT0_VOUT_2V1
3331

3432
/*------------------------------------------------------------------*/
3533
/* LED

0 commit comments

Comments
 (0)