summaryrefslogtreecommitdiff
path: root/esp8266/modesp.c
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-25 19:28:12 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-25 19:31:17 +0300
commit6d103b65482d8dc1d688fcfd59b3400ebfbe0f0f (patch)
treedc407b8c1aaeb9ac5d85f1110be7c487972cf275 /esp8266/modesp.c
parent104aa26271d38fc6204fcee6d65044716e4dae31 (diff)
py: Move call_function_*_protected() functions to py/ for reuse.
They almost certainly needed by any C code which calls Python callbacks.
Diffstat (limited to 'esp8266/modesp.c')
-rw-r--r--esp8266/modesp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/modesp.c b/esp8266/modesp.c
index fd54ae070..a6038ab39 100644
--- a/esp8266/modesp.c
+++ b/esp8266/modesp.c
@@ -40,7 +40,6 @@
#include "user_interface.h"
#include "espconn.h"
#include "spi_flash.h"
-#include "utils.h"
#include "espneopixel.h"
#include "modpyb.h"