We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5635eba commit 93962e0Copy full SHA for 93962e0
src/boards/slimenrf_promicro/board.h
@@ -27,7 +27,9 @@
27
28
#define _PINNUM(port, pin) ((port)*32 + (pin))
29
30
-#define UICR_REGOUT0_VALUE UICR_REGOUT0_VOUT_2V1
+// 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
33
34
/*------------------------------------------------------------------*/
35
/* LED
0 commit comments