Skip to content

Commit 63531d7

Browse files
Added STM32 HAL #include in serial.c (#387)
1 parent 8ade957 commit 63531d7

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)