mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-21 21:22:31 +03:00
16 lines
421 B
C
16 lines
421 B
C
// pgmspace.h stub
|
|
|
|
// This file's contents have been moved to newlib. This file simply
|
|
// includes the newlib pgmspace file as well as some ets headers
|
|
// to preserve backwards compatibility
|
|
// current source: https://github.com/earlephilhower/newlib-xtensa/blob/xtensa-4_0_0-lock-arduino/newlib/libc/sys/xtensa/sys/pgmspace.h
|
|
|
|
#include <sys/pgmspace.h>
|
|
|
|
#ifdef __ets__
|
|
|
|
#include "ets_sys.h"
|
|
#include "osapi.h"
|
|
|
|
#endif
|