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) | |
| download | qmk_firmware-4c8e0fd0bd1712421f957ec5e0ca16fc6bbb3856.tar.gz qmk_firmware-4c8e0fd0bd1712421f957ec5e0ca16fc6bbb3856.zip | |
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 09aeb8b7c..199b1bedf 100644 --- a/common/progmem.h +++ b/common/progmem.h | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | #elif defined(__arm__) | 6 | #elif defined(__arm__) |
| 7 | # define PROGMEM | 7 | # define PROGMEM |
| 8 | # define pgm_read_byte(p) *(p) | 8 | # define pgm_read_byte(p) *(p) |
| 9 | # define pgm_read_word(p) *(p) | ||
| 9 | #endif | 10 | #endif |
| 10 | 11 | ||
| 11 | #endif | 12 | #endif |
