mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 13:37:34 +08:00
UAVCANv1 Fix typo in #define
This commit is contained in:
committed by
Daniel Agar
parent
ed394027b1
commit
07303af8f8
@@ -109,7 +109,7 @@ private:
|
||||
|
||||
UavcanHeartbeatSubscriber _heartbeat_sub {_canard_instance};
|
||||
|
||||
#if UAVCAN_V1_GETINFO_RESPONDER
|
||||
#if CONFIG_UAVCAN_V1_GETINFO_RESPONDER
|
||||
// GetInfo response
|
||||
UavcanGetInfoResponse _getinfo_rsp {_canard_instance};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user