Skip to content

Commit

Permalink
ports/psoc6: Remove macro for imai enablement.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
  • Loading branch information
NikhitaR-IFX committed Aug 22, 2024
1 parent 62a5e2f commit 925e3ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ports/psoc6/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ extern void machine_deinit();

#define MICROPY_LOGGER_DEBUG (0)

#define MICROPY_PY_IMAI (1)

// extern void lwip_lock_acquire(void);
// extern void lwip_lock_release(void);
Expand Down
1 change: 0 additions & 1 deletion ports/psoc6/mpconfigport.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
MICROPY_VFS_LFS2=1
MICROPY_PY_IMAI=1

0 comments on commit 925e3ac

Please sign in to comment.