mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Fix missing #undef in common_post.h for GHST (#13264)
This commit is contained in:
parent
2caed9b60d
commit
39c58823c2
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@
|
||||||
|
|
||||||
#if !defined(USE_SERIALRX)
|
#if !defined(USE_SERIALRX)
|
||||||
#undef USE_SERIALRX_CRSF
|
#undef USE_SERIALRX_CRSF
|
||||||
|
#undef USE_SERIALRX_GHST
|
||||||
#undef USE_SERIALRX_IBUS
|
#undef USE_SERIALRX_IBUS
|
||||||
#undef USE_SERIALRX_JETIEXBUS
|
#undef USE_SERIALRX_JETIEXBUS
|
||||||
#undef USE_SERIALRX_SBUS
|
#undef USE_SERIALRX_SBUS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue