mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-22 01:37:52 +00:00
Put a bit of order in the src directory, group and name things appropriately
This commit is contained in:
5
src/platform/nrf52/pgmspace.h
Normal file
5
src/platform/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