mimxrt: Fix the build for boards without ROM API.

This commit is contained in:
iabdalkader
2023-04-12 16:58:56 +02:00
parent bde222ce84
commit 0acc73344a
2 changed files with 4 additions and 2 deletions

View File

@@ -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