summaryrefslogtreecommitdiff
path: root/supervisor/serial.h
diff options
context:
space:
mode:
authorMark Olsson <post@markolsson.se>2020-05-18 14:04:55 +0200
committerMark Olsson <post@markolsson.se>2020-05-19 02:02:52 +0200
commit007c92ee6ab8da342dacb8967ef999b6d83596ec (patch)
tree564c9542b91c80f9986d8e7bc05e41f561f0da3c /supervisor/serial.h
parent6a5ab57c18b5a4ba1c80a951ec0ee655677f7d83 (diff)
Enable showing the console on a debug uart
Diffstat (limited to 'supervisor/serial.h')
-rw-r--r--supervisor/serial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/supervisor/serial.h b/supervisor/serial.h
index 84b3062a3..ef88ad346 100644
--- a/supervisor/serial.h
+++ b/supervisor/serial.h
@@ -38,6 +38,7 @@
FIL* boot_output_file;
#endif
+void serial_early_init(void);
void serial_init(void);
void serial_write(const char* text);
// Only writes up to given length. Does not check for null termination at all.