diff options
Diffstat (limited to 'LUFA/Common')
-rw-r--r-- | LUFA/Common/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 04480d514..67bbb9295 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -62,7 +62,7 @@ #include "Atomic.h"
- #define PROGMEM
+ #define PROGMEM const
#else
#include <avr/io.h>
#endif
|