Skip to content

Commit

Permalink
Merge pull request #820 from herraa1/topic/fix-wrong-extended-char-in…
Browse files Browse the repository at this point in the history
…-scale_rptparser.cpp

HID/scale: fix invalid extended char
  • Loading branch information
Lauszus committed Jul 23, 2024
2 parents e1a9d4b + 5a97f43 commit dca3653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/HID/scale/scale_rptparser.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if defined(ARDUINO_SAM_DUE) || defined(ARDUINO_NRF52840_FEATHER) || defined(ARDUINO_Seeed_XIAO_nRF52840_Sense)
#if defined(ARDUINO_SAM_DUE) || defined(ARDUINO_NRF52840_FEATHER) || defined(ARDUINO_Seeed_XIAO_nRF52840_Sense)
#include <avr/dtostrf.h>
#endif

Expand Down

0 comments on commit dca3653

Please sign in to comment.