diff options
| author | Paul Sokolovsky | 2016-04-25 19:28:12 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-04-25 19:31:17 +0300 |
| commit | 6d103b65482d8dc1d688fcfd59b3400ebfbe0f0f (patch) | |
| tree | dc407b8c1aaeb9ac5d85f1110be7c487972cf275 /esp8266/Makefile | |
| parent | 104aa26271d38fc6204fcee6d65044716e4dae31 (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/Makefile')
| -rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index c49fdd2c2..6db8003ed 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -76,7 +76,6 @@ SRC_C = \ moduos.c \ modmachine.c \ modonewire.c \ - utils.c \ ets_alt_task.c \ $(BUILD)/frozen.c \ fatfs_port.c \ |
