djihdfpv_mavlink_to_msp_V2
djihdfpv_mavlink_to_msp_V2 copied to clipboard
Warning msp_servo_configurations_t
Hello,
see the Programme and want use the get my mavlink infor from my Pixhawk 4 to my DJI air unit.
by check the programm I get the error
In file included from C:\Users\keller\Downloads\djihdfpv_mavlink_to_msp_V2-master\djihdfpv_mavlink_to_msp_V2-master\djihdfpv_mavlink_to_msp_V2\djihdfpv_mavlink_to_msp_V2.ino:20:0:
C:\Program Files (x86)\Arduino\libraries\MSP/MSP.h:216:34: warning: 'packed' attribute ignored for field of type 'msp_servo_configurations_t::
Libraries are in the Arduion path. How can I fix this Issues?
Thanks for Support.
They're just warnings, you can ignore them. It's something with the msp library I got from github.
You can also disable the "warnings" somewhere in the Arduino ide settings.
it works thanks