mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 22:47:15 +03:00
big merge
This commit is contained in:
9
components/spotify/cspot/bell/libhelix-mp3/pgmspace.h
Normal file
9
components/spotify/cspot/bell/libhelix-mp3/pgmspace.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifdef ESP8266
|
||||
# include "pgmspace.h"
|
||||
#elif defined(ESP_PLATFORM) && __has_include(<pgm_space.h>)
|
||||
# include <pgm_space.h>
|
||||
#else
|
||||
# define PROGMEM
|
||||
# define pgm_read_byte(addr) (*(const unsigned char *)(addr))
|
||||
# define pgm_read_word(addr) (*(const unsigned short *)(addr))
|
||||
#endif
|
||||
Reference in New Issue
Block a user