Skip to content

Commit

Permalink
Merge pull request #1 from CamelCaseName/pgmspace-compat-update
Browse files Browse the repository at this point in the history
Update pgmspace.h
  • Loading branch information
CamelCaseName authored Nov 26, 2023
2 parents 1cec094 + e6d53c6 commit 1036d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/deprecated-avr-comp/avr/pgmspace.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
#include <inttypes.h>

#define PROGMEM
#define __ATTR_PROGMEM__
#define PGM_P const char *
#define PGM_VOID_P const void *
#define PSTR(str) (str)

#define _SFR_BYTE(n) (n)
Expand Down

0 comments on commit 1036d6c

Please sign in to comment.