Don’t inlcude avr/pgmspace.h

This is needed, as we work around bug in GCC - see: 9b3bae9dbe
This commit is contained in:
Kristian Lauszus 2013-12-10 00:50:03 +01:00
parent 9b3bae9dbe
commit 73bffffddc
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,7 @@ e-mail : support@circuitsathome.com
#if !defined( __HIDUSAGESTR_H__) #if !defined( __HIDUSAGESTR_H__)
#define __HIDUSAGESTR_H__ #define __HIDUSAGESTR_H__
#include <avr/pgmspace.h> #include "Usb.h"
const char pstrSpace [] PROGMEM = " "; const char pstrSpace [] PROGMEM = " ";
const char pstrCRLF [] PROGMEM = "\r\n"; const char pstrCRLF [] PROGMEM = "\r\n";

View file

@ -17,7 +17,6 @@ e-mail : support@circuitsathome.com
#if !defined(__HIDUSAGETITLEARRAYS_H__) #if !defined(__HIDUSAGETITLEARRAYS_H__)
#define __HIDUSAGETITLEARRAYS_H__ #define __HIDUSAGETITLEARRAYS_H__
#include <avr/pgmspace.h>
#include "hidusagestr.h" #include "hidusagestr.h"
//const char *usagePageTitles0[] PROGMEM = //const char *usagePageTitles0[] PROGMEM =