mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
avr/dtostrf.h should only be included if Due is used
This commit is contained in:
parent
36056a4039
commit
5ee8ee9325
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
/* Parser for standard HID scale (usage page 0x8d) data input report (ID 3) */
|
/* Parser for standard HID scale (usage page 0x8d) data input report (ID 3) */
|
||||||
|
#ifdef ARDUINO_SAM_DUE
|
||||||
#include <avr/dtostrf.h>
|
#include <avr/dtostrf.h>
|
||||||
|
#endif
|
||||||
#include "scale_rptparser.h"
|
#include "scale_rptparser.h"
|
||||||
|
|
||||||
const char* UNITS[13] = {
|
const char* UNITS[13] = {
|
||||||
|
|
Loading…
Reference in a new issue