mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1937 from openmv/misc_fixes
ports/stm32: Misc fixes.
This commit is contained in:
commit
b73069ec73
@ -247,6 +247,7 @@ FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/,\
|
||||
pendsv.o \
|
||||
bufhelper.o \
|
||||
usb.o \
|
||||
usrsw.o \
|
||||
eth.o \
|
||||
gccollect.o \
|
||||
help.o \
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include STM32_HAL_H
|
||||
#include "py/mphal.h"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user