Add compatibility macros with esp8266 (#783)

This commit is contained in:
copercini
2017-10-30 07:27:26 -02:00
committed by Me No Dev
parent 36dba996c1
commit 3dc30dce81
2 changed files with 25 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "freertos/task.h"
#include "freertos/semphr.h"
#include "esp32-hal.h"
#include "esp8266-compat.h"
#include "soc/gpio_reg.h"
#include "stdlib_noniso.h"