Skip to content

Commit

Permalink
revert DEBUG_BAUDRATE to 400000 again
Browse files Browse the repository at this point in the history
  • Loading branch information
wimalopaan committed Jan 14, 2025
1 parent 0770af0 commit 8afa2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/horus/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void telemetryPortInvertedInit(uint32_t baudrate);

// Aux serial port driver
#if defined(RADIO_TX16S) || defined(RADIO_F16)
#define DEBUG_BAUDRATE 460800
#define DEBUG_BAUDRATE 400000
#define LUA_DEFAULT_BAUDRATE 115200
#else
#define DEBUG_BAUDRATE 115200
Expand Down

0 comments on commit 8afa2c6

Please sign in to comment.