Skip to content

Commit 99f7184

Browse files
author
Daniel Campora
committed
cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN.
Because it's only a compiler optimization and increases code size.
1 parent c69b431 commit 99f7184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cc3200/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define MICROPY_COMP_MODULE_CONST (1)
3939
#define MICROPY_ENABLE_GC (1)
4040
#define MICROPY_ENABLE_FINALISER (1)
41-
#define MICROPY_COMP_TRIPLE_TUPLE_ASSIGN (1)
41+
#define MICROPY_COMP_TRIPLE_TUPLE_ASSIGN (0)
4242
#define MICROPY_STACK_CHECK (0)
4343
#define MICROPY_HELPER_REPL (1)
4444
#define MICROPY_ENABLE_SOURCE_LINE (1)

0 commit comments

Comments
 (0)