summaryrefslogtreecommitdiff
path: root/apps/system/cu/cu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/cu/cu.h')
-rw-r--r--apps/system/cu/cu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/system/cu/cu.h b/apps/system/cu/cu.h
index 98b656f72..768efa87c 100644
--- a/apps/system/cu/cu.h
+++ b/apps/system/cu/cu.h
@@ -49,6 +49,15 @@
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
+/* Configuration ***********************************************************/
+
+#ifndef CONFIG_SYSTEM_CUTERM_DEFAULT_DEVICE
+# define CONFIG_SYSTEM_CUTERM_DEFAULT_DEVICE "/dev/ttyS0"
+#endif
+
+#ifndef CONFIG_SYSTEM_CUTERM_DEFAULT_BAUD
+# define CONFIG_SYSTEM_CUTERM_DEFAULT_BAUD 115200
+#endif
/****************************************************************************
* Public Types