Skip to content

Commit 7ccfa33

Browse files
committed
Merge remote-tracking branch 'upstream/master' into chore/remove-dead-quad-mixer-only
2 parents 9729fbb + ffda4cf commit 7ccfa33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/interface/msp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ bool mspCommonProcessOutCommand(uint8_t cmdMSP, sbuf_t *dst, mspPostProcessFnPtr
453453
#else
454454
sbufWriteU16(dst, 0); // No other build targets currently have hardware revision detection.
455455
#endif
456-
#if defined(USE_OSD) && (defined(USE_MAX7456) || defined(USE_USE_BEESIGN))
456+
#if defined(USE_OSD) && (defined(USE_MAX7456) || defined(USE_OSD_BEESIGN))
457457
sbufWriteU8(dst, 2); // 2 == FC with OSD
458458
#else
459459
sbufWriteU8(dst, 0); // 0 == FC

0 commit comments

Comments
 (0)