We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ade957 commit 63531d7Copy full SHA for 63531d7
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