mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-05 17:40:51 +00:00
5 lines
135 B
C
5 lines
135 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
// dummy file to keep old arduino code happy
|
||
|
|
#define PROGMEM
|
||
|
|
#define pgm_read_byte(addr) (*((unsigned const char *)addr))
|