Skip to content

Commit 5510259

Browse files
committed
Fix define
1 parent 7587dcd commit 5510259

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/target/common.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@
135135

136136
#define USE_VTX_COMMON
137137

138-
#else // FLASH_SIZE < 256
139138
#define USE_SERIALRX_GHST
140139
#define USE_TELEMETRY_GHST
140+
141+
#else // FLASH_SIZE < 256
141142
#define LOG_LEVEL_MAXIMUM LOG_LEVEL_ERROR
142143
#endif
143144

0 commit comments

Comments
 (0)