mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
Merge pull request #4171 from iNavFlight/agh_reenable_msp_displayport
Enable MSP_DISPLAYPORT on targets with flash > 128 and no OSD
This commit is contained in:
commit
b1e7f71bd9
1 changed files with 6 additions and 0 deletions
|
@ -29,3 +29,9 @@
|
|||
# undef USE_DASHBOARD
|
||||
# undef USE_OLED_UG2864
|
||||
#endif
|
||||
|
||||
// Enable MSP_DISPLAYPORT for F3 targets without builtin OSD,
|
||||
// since it's used to display CMS on MWOSD
|
||||
#if !defined(USE_MSP_DISPLAYPORT) && (FLASH_SIZE > 128) && !defined(USE_OSD)
|
||||
#define USE_MSP_DISPLAYPORT
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue