From e04aa96b4d5111737aba598f678e27793fe0cd01 Mon Sep 17 00:00:00 2001
From: Daniel Campora <daniel@wipy.io>
Date: Mon, 4 May 2015 11:07:08 +0200
Subject: [PATCH] cc3200: Define MICROPY_CPYTHON_COMPAT=0.

This only disables some corner case functionality to keep C Python
compatibility, and saves ~600 bytes.
---
 cc3200/mpconfigport.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h
index 73accda5f..e7968db30 100644
--- a/cc3200/mpconfigport.h
+++ b/cc3200/mpconfigport.h
@@ -48,6 +48,7 @@
 #define MICROPY_FLOAT_IMPL                          (MICROPY_FLOAT_IMPL_NONE)
 #define MICROPY_OPT_COMPUTED_GOTO                   (0)
 #define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE    (0)
+#define MICROPY_CPYTHON_COMPAT                      (0)
 
 /* Enable FatFS LFNs
     0: Disable LFN feature.
-- 
GitLab