diff options
author | tmk <nobody@nowhere> | 2014-06-19 16:13:35 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-07-30 14:07:43 +0900 |
commit | 4c8e0fd0bd1712421f957ec5e0ca16fc6bbb3856 (patch) | |
tree | 2141d2e168ad043ea18bcb3aee3f3a03dd2a2f1b /common | |
parent | 80c3ff5fa03429f1e4ea15032f665ceb88c9b8c3 (diff) |
Port ps2_usb to mbed
Diffstat (limited to 'common')
-rw-r--r-- | common/progmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/progmem.h b/common/progmem.h index 09aeb8b7c4..199b1bedfe 100644 --- a/common/progmem.h +++ b/common/progmem.h @@ -6,6 +6,7 @@ #elif defined(__arm__) # define PROGMEM # define pgm_read_byte(p) *(p) +# define pgm_read_word(p) *(p) #endif #endif |