Skip to content

Commit

Permalink
[CH32] build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Nov 11, 2024
1 parent dd4849c commit 8a4e93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/firmware/source/libraries/OGN/manchester.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(defined(ARDUINO_ARCH_RP2040) && defined(ARDUINO_ARCH_MBED)) || \
(defined(ARDUINO_ARCH_NRF52840) && defined(ARDUINO_ARCH_MBED)) || \
defined(ARDUINO_ARCH_RENESAS) || defined(ARDUINO_ARCH_SAMD) || \
defined(ARDUINO_ARCH_SILABS)
defined(ARDUINO_ARCH_SILABS) || defined(ARDUINO_ARCH_CH32)
#include <avr/pgmspace.h>
#endif

Expand Down

0 comments on commit 8a4e93d

Please sign in to comment.