We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f153f92 commit e27a7c8Copy full SHA for e27a7c8
src/boards/slimenrf_promicro/board.h
@@ -27,9 +27,7 @@
27
28
#define _PINNUM(port, pin) ((port)*32 + (pin))
29
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
+#define UICR_REGOUT0_VALUE UICR_REGOUT0_VOUT_2V1
33
34
/*------------------------------------------------------------------*/
35
/* LED
0 commit comments