cleanup todo eink now ready to merge

This commit is contained in:
geeksville
2020-09-26 12:33:47 -07:00
parent a8b1bc735a
commit d7fbcf89bf
2 changed files with 4 additions and 14 deletions

5
src/nrf52/pgmspace.h Normal file
View 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))