Skip to content

Commit

Permalink
Update defines
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Jul 1, 2024
1 parent 4d7a108 commit 37d6bf1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configs/WARPF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,12 @@

#define SERIALRX_UART SERIAL_PORT_USART1
#define ESC_SENSOR_UART SERIAL_PORT_USART2
#ifdef USE_OSD_SD
#if defined(USE_OSD_SD) && !defined(USE_OSD_HD)
#define VTX_SMARTAUDIO_UART SERIAL_PORT_USART3
#endif
#ifdef USE_OSD_HD
#if defined(USE_OSD_HD) && !defined(USE_OSD_SD)
#define MSP_DISPLAYPORT_UART SERIAL_PORT_USART3
#endif
#ifdef USE_GPS
#define GPS_UART SERIAL_PORT_UART4
#endif

0 comments on commit 37d6bf1

Please sign in to comment.