mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Don’t inlcude avr/pgmspace.h
This is needed, as we work around bug in GCC - see: 9b3bae9dbe
This commit is contained in:
parent
9b3bae9dbe
commit
73bffffddc
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@ e-mail : support@circuitsathome.com
|
|||
#if !defined( __HIDUSAGESTR_H__)
|
||||
#define __HIDUSAGESTR_H__
|
||||
|
||||
#include <avr/pgmspace.h>
|
||||
#include "Usb.h"
|
||||
|
||||
const char pstrSpace [] PROGMEM = " ";
|
||||
const char pstrCRLF [] PROGMEM = "\r\n";
|
||||
|
|
|
@ -17,7 +17,6 @@ e-mail : support@circuitsathome.com
|
|||
#if !defined(__HIDUSAGETITLEARRAYS_H__)
|
||||
#define __HIDUSAGETITLEARRAYS_H__
|
||||
|
||||
#include <avr/pgmspace.h>
|
||||
#include "hidusagestr.h"
|
||||
|
||||
//const char *usagePageTitles0[] PROGMEM =
|
||||
|
|
Loading…
Reference in a new issue