diff options
| author | Kenny <3454741+WarriorOfWire@users.noreply.github.com> | 2020-10-11 22:42:21 -0700 |
|---|---|---|
| committer | Kenny <3454741+WarriorOfWire@users.noreply.github.com> | 2020-10-11 22:42:59 -0700 |
| commit | 94beeabc515986e366de569e85d395ab2678ee3d (patch) | |
| tree | d64492ee57c2b18fdc70ec0bcfc71297d9469605 /py/compile.c | |
| parent | 3c46e3a6aab8895f19302c4fe165d61d30f1a45e (diff) | |
remove unnecessary board configuration and address feedback
Diffstat (limited to 'py/compile.c')
| -rw-r--r-- | py/compile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/compile.c b/py/compile.c index 45a586594..04bcf5bc1 100644 --- a/py/compile.c +++ b/py/compile.c @@ -40,8 +40,6 @@ #if MICROPY_ENABLE_COMPILER -#define DEBUG_PRINT(...) mp_printf(&mp_plat_print __VA_OPT__(,) __VA_ARGS__) - // TODO need to mangle __attr names #define INVALID_LABEL (0xffff) |
