aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-12-08 12:29:26 +0100
committerNIIBE Yutaka <gniibe@fsij.org>2017-02-01 15:24:55 +0900
commit9d84537c136e1219b18e50bdf8bab5e145daf494 (patch)
tree1e03282978831617c4ecb8589e31e603dc075d69 /board
parentd448d3c678245b71a28b44652c053968ea70fa56 (diff)
Switch off red LED for Nitrokey Start.
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'board')
-rw-r--r--board/board-nitrokey-start.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/board-nitrokey-start.h b/board/board-nitrokey-start.h
index ef37f6d..d81675d 100644
--- a/board/board-nitrokey-start.h
+++ b/board/board-nitrokey-start.h
@@ -22,7 +22,7 @@
* PA4 - floating input
* PA5 - floating input
* PA6 - floating input
- * PA7 - Push pull output (LED1 1:ON 0:OFF)
+ * PA7 - Push pull output (Red LED1 1:ON 0:OFF)
* PA8 - floating input (smartcard, SCDSA)
* PA9 - floating input
* PA10 - floating input
@@ -37,13 +37,13 @@
* PA14 - input with pull-up.
* PA15 - Push pull output (USB 1:ON 0:OFF)
*/
-#define VAL_GPIO_USB_ODR 0xFFFFE7FF
+#define VAL_GPIO_USB_ODR 0xFFFFE77F
#define VAL_GPIO_USB_CRL 0x34444488 /* PA7...PA0 */
#define VAL_GPIO_USB_CRH 0x38811444 /* PA15...PA8 */
/*
* Port B setup.
- * PB0 - Push pull output (LED2 1:ON 0:OFF)
+ * PB0 - Push pull output (Green LED2 1:ON 0:OFF)
* ------------------------ Default
* PBx - input with pull-up.
*/