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> for the Adafruit Feather nRF52840 Express manually
This commit is contained in:
parent
a121516eff
commit
0b4213319b
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
/* Parser for standard HID scale (usage page 0x8d) data input report (ID 3) */
|
||||
#ifdef ARDUINO_SAM_DUE
|
||||
#if defined(ARDUINO_SAM_DUE) || defined(ARDUINO_NRF52840_FEATHER)
|
||||
#include <avr/dtostrf.h>
|
||||
#endif
|
||||
|
||||
/* Parser for standard HID scale (usage page 0x8d) data input report (ID 3) */
|
||||
#include "scale_rptparser.h"
|
||||
|
||||
const char* UNITS[13] = {
|
||||
|
|
Loading…
Reference in a new issue