mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Removed prog_char
prog_char is deprecated, as described here: http://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html
This commit is contained in:
parent
9460daf941
commit
9e22dce46c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const uint8_t PS3BT::BTD_EVENT_PIPE = 1;
|
|||
const uint8_t PS3BT::BTD_DATAIN_PIPE = 2;
|
||||
const uint8_t PS3BT::BTD_DATAOUT_PIPE = 3;
|
||||
|
||||
prog_char OUTPUT_REPORT_BUFFER[] PROGMEM = {
|
||||
uint8_t OUTPUT_REPORT_BUFFER[] PROGMEM = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xff, 0x27, 0x10, 0x00, 0x32,
|
||||
|
|
Loading…
Reference in a new issue