mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Include avr/dtostrf.h on all non-avr boards except on Teensy
This commit is contained in:
parent
b946a41576
commit
2b660964d4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Parser for standard HID scale (usage page 0x8d) data input report (ID 3) */
|
||||
#ifdef ARDUINO_SAM_DUE
|
||||
#if !defined(__AVR__) && !defined(TEENSYDUINO)
|
||||
#include <avr/dtostrf.h>
|
||||
#endif
|
||||
#include "scale_rptparser.h"
|
||||
|
|
Loading…
Reference in a new issue