We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99d2c87 + 63531d7 commit 0a3df7aCopy full SHA for 0a3df7a
1 file changed
middleware/src/serial.c
@@ -1,4 +1,5 @@
1
#include "serial.h"
2
+#include "stm32xx_hal.h"
3
4
// TLDR: Serial printfs a line with the format: mtr/<Title>/<Data Label>/[Data]
5
void serial_monitor(const char *title, const char *data_label,
0 commit comments