summaryrefslogtreecommitdiff
path: root/nuttx/configs/us7032evb1/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/us7032evb1/include/board.h')
-rw-r--r--nuttx/configs/us7032evb1/include/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/us7032evb1/include/board.h b/nuttx/configs/us7032evb1/include/board.h
index a12b61a88..c481b14b6 100644
--- a/nuttx/configs/us7032evb1/include/board.h
+++ b/nuttx/configs/us7032evb1/include/board.h
@@ -51,8 +51,14 @@
/* Clocking *****************************************************************/
+#define SH1_CLOCK 10000000 /* 10 MHz */
+
/* LED definitions **********************************************************/
+/* The SH1_LPEVB has no user controllable LEDs. These are provided only
+ * in the event that CONFIG_ARCH_LEDs is enabled.
+ */
+
#define LED_STARTED 0
#define LED_HEAPALLOCATE 1
#define LED_IRQSENABLED 2