summaryrefslogtreecommitdiff
path: root/firmware/c1224/include/baud_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/c1224/include/baud_config.h')
-rw-r--r--firmware/c1224/include/baud_config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/firmware/c1224/include/baud_config.h b/firmware/c1224/include/baud_config.h
new file mode 100644
index 0000000..268ca15
--- /dev/null
+++ b/firmware/c1224/include/baud_config.h
@@ -0,0 +1,14 @@
+#ifndef C1224_BAUD_CONFIG_H
+#define C1224_BAUD_CONFIG_H
+
+/**
+ * Informational only — physical rate = stuffed crystal (Y1/Y2).
+ * One FW image; no baud switch; no dual UF2.
+ */
+typedef struct {
+ const char *label; /* "crystal" — rate is board stuffing */
+} baud_crystal_config_t;
+
+const baud_crystal_config_t *baud_config_get(void);
+
+#endif
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com