Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HID/scale: fix invalid extended char #820

Conversation

herraa1
Copy link
Contributor

@herraa1 herraa1 commented Jul 22, 2024

This patch fixes the following error that happens during the automatic build of the project by github CI by removing the spurious (not visible) invalid char.

src/scale_rptparser.cpp:1:69: error: extended character is not valid in an identifier
1 | #if defined(ARDUINO_SAM_DUE) || defined(ARDUINO_NRF52840_FEATHER) || defined(ARDUINO_Seeed_XIAO_nRF52840_Sense)
| ^
src/scale_rptparser.cpp:1:77: error: missing binary operator before token "("
1 | #if defined(ARDUINO_SAM_DUE) || defined(ARDUINO_NRF52840_FEATHER) || defined(ARDUINO_Seeed_XIAO_nRF52840_Sense)
| ^
*** [.pio/build/teensy40/src/scale_rptparser.cpp.o] Error 1

This patch fixes the following error that happens during
the automatic build of the project by github CI by removing
the spurious (not visible) invalid char.

src/scale_rptparser.cpp:1:69: error: extended character   is not valid in an identifier
    1 | #if defined(ARDUINO_SAM_DUE) || defined(ARDUINO_NRF52840_FEATHER) || defined(ARDUINO_Seeed_XIAO_nRF52840_Sense)
      |                                                                     ^
src/scale_rptparser.cpp:1:77: error: missing binary operator before token "("
    1 | #if defined(ARDUINO_SAM_DUE) || defined(ARDUINO_NRF52840_FEATHER) || defined(ARDUINO_Seeed_XIAO_nRF52840_Sense)
      |                                                                             ^
*** [.pio/build/teensy40/src/scale_rptparser.cpp.o] Error 1

Signed-off-by: Albert Herranz <[email protected]>
@Lauszus Lauszus merged commit dca3653 into felis:master Jul 23, 2024
60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants