mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Tidy up backend code for esp8266 (malloc, free, yield)
This commit is contained in:
@ -341,3 +341,7 @@ PROVIDE ( xthal_window_spill_nw = 0x4000e320 );
|
||||
PROVIDE ( Te0 = 0x3fffccf0 );
|
||||
PROVIDE ( UartDev = 0x3fffde10 );
|
||||
PROVIDE ( flashchip = 0x3fffc714);
|
||||
|
||||
malloc = pvPortMalloc;
|
||||
free = vPortFree;
|
||||
|
||||
|
Reference in New Issue
Block a user