Skip to content

Commit

Permalink
Merge branch 'arduino:master' into rewriteIPAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
safocl authored Nov 28, 2023
2 parents e3dbe46 + 82a5055 commit 717a120
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 717a120

Please sign in to comment.