Merge pull request #1937 from openmv/misc_fixes

ports/stm32: Misc fixes.
This commit is contained in:
Ibrahim Abdelkader 2023-09-25 13:38:32 +03:00 committed by GitHub
commit b73069ec73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -247,6 +247,7 @@ FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/,\
pendsv.o \
bufhelper.o \
usb.o \
usrsw.o \
eth.o \
gccollect.o \
help.o \

View File

@ -11,6 +11,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include STM32_HAL_H
#include "py/mphal.h"