mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 01:48:13 +00:00
cleanup todo eink now ready to merge
This commit is contained in:
5
src/nrf52/pgmspace.h
Normal file
5
src/nrf52/pgmspace.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
// dummy file to keep old arduino code happy
|
||||
#define PROGMEM
|
||||
#define pgm_read_byte(addr) (*((unsigned const char *)addr))
|
||||
Reference in New Issue
Block a user