mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 22:22:05 +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)) |