Files
firmware/src/platform/nrf52/pgmspace.h

5 lines
135 B
C
Raw Normal View History

2020-09-26 09:40:48 -07:00
#pragma once
// dummy file to keep old arduino code happy
#define PROGMEM
#define pgm_read_byte(addr) (*((unsigned const char *)addr))