Skip to content

Commit fcd8430

Browse files
committed
codal_port/mpconfigport.h: Enable source line numbers in errors.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 47ebc73 commit fcd8430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codal_port/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#define MICROPY_HELPER_REPL (1)
5656
#define MICROPY_REPL_AUTO_INDENT (1)
5757
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
58+
#define MICROPY_ENABLE_SOURCE_LINE (1)
5859
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
5960
#define MICROPY_MODULE_BUILTIN_INIT (1)
6061
#define MICROPY_MODULE_WEAK_LINKS (1)

0 commit comments

Comments
 (0)