mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 01:20:35 +08:00
Flyable gains for CF2
This commit is contained in:
committed by
Lorenz Meier
parent
c842b0457f
commit
1fd3636ab3
@@ -131,6 +131,10 @@ Syslink::set_address(uint64_t addr)
|
||||
int
|
||||
Syslink::open_serial(const char *dev)
|
||||
{
|
||||
#ifndef B1000000
|
||||
#define B1000000 1000000
|
||||
#endif
|
||||
|
||||
int rate = B1000000;
|
||||
|
||||
// open uart
|
||||
|
||||
Reference in New Issue
Block a user