mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
mimxrt: Fix the build for boards without ROM API.
This commit is contained in:
@@ -38,7 +38,9 @@
|
||||
#include "pin.h"
|
||||
#include "modmachine.h"
|
||||
#include "fsl_wdog.h"
|
||||
#if FSL_FEATURE_BOOT_ROM_HAS_ROMAPI
|
||||
#include "fsl_romapi.h"
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_MACHINE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user