mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
* Allow test framework to use cores/esp8266/Arduino.h directly * fix wps debugging * some more missing debug.h * Hunt down debug.h and roll-back TODO: rename it to something else... it is an internal header * Move abs+round checks to test/device/test_sw * Restore macros for C code * fixup! Move abs+round checks to test/device/test_sw * Fix bad c/p, actually try round with ints * tweak c macros per review * fix gcc-10 missing cerrno include
10 lines
125 B
C
10 lines
125 B
C
|
|
#ifndef FAKE_ESP8266_PERI_H
|
|
#define FAKE_ESP8266_PERI_H
|
|
|
|
const int GPI = 0;
|
|
const int GPO = 0;
|
|
const int GP16I = 0;
|
|
|
|
#endif
|