Skip to content

Commit e1a2364

Browse files
added stm HAL include in serial.c
1 parent 8ade957 commit e1a2364

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

middleware/src/serial.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "serial.h"
2+
#include "stm32xx_hal.h"
23

34
// TLDR: Serial printfs a line with the format: mtr/<Title>/<Data Label>/[Data]
45
void serial_monitor(const char *title, const char *data_label,

0 commit comments

Comments
 (0)