You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloaded Version 2.0.18 of Ardustation & it gives the errors shown below when
verified in Arduino.
Any ideas on how to fix or am I doing something wrong?
Am using Arduino 1.0.5
Thanks,
Icebox.
ArduStation2:148: error: variable or field 'gcs_handleMessage' declared void
ArduStation2:148: error: 'mavlink_message_t' was not declared in this scope
ArduStation2:148: error: 'msg' was not declared in this scope
ArduStation2:149: error: variable or field 'gcs_handleMessage' declared void
ArduStation2:149: error: 'mavlink_message_t' was not declared in this scope
ArduStation2:149: error: 'msg' was not declared in this scope
ArduStation2:150: error: variable or field 'send_message' declared void
ArduStation2:150: error: 'mavlink_message_t' was not declared in this scope
ArduStation2:150: error: 'msg' was not declared in this scope
ArduStation2:114: error: 'AP_EEPROMB' does not name a type
ArduStation2:123: error: expected constructor, destructor, or type conversion
before '(' token
ArduStation2:182: error: 'VarSpeedServo' does not name a type
ArduStation2:183: error: 'VarSpeedServo' does not name a type
ArduStation2.pde: In function 'void setup()':
ArduStation2:315: error: 'Pan' was not declared in this scope
ArduStation2:316: error: 'Tilt' was not declared in this scope
Antenna.pde: In function 'void SaveHomePosition()':
Antenna:6: error: 'eeprom_busy_wait' was not declared in this scope
Antenna:7: error: 'ee' was not declared in this scope
Antenna:11: error: 'eeprom_write_dword' was not declared in this scope
Antenna.pde: In function 'void RestoreHomePosition()':
Antenna:17: error: 'eeprom_busy_wait' was not declared in this scope
Antenna:18: error: 'ee' was not declared in this scope
Antenna:22: error: 'eeprom_read_dword' was not declared in this scope
Antenna.pde: In function 'void SetAntennaPosition()':
Antenna:32: error: 'Pan' was not declared in this scope
Antenna:33: error: 'Tilt' was not declared in this scope
Antenna.pde: In function 'void SetServoHardStop()':
Antenna:54: error: 'Pan' was not declared in this scope
Antenna.pde: In function 'void position_antenna()':
Antenna:133: error: 'ToDeg' was not declared in this scope
Antenna:145: error: 'Pan' was not declared in this scope
Antenna:156: error: 'Tilt' was not declared in this scope
MAVLink.pde: At global scope:
MAVLink:1: error: variable or field 'gcs_handleMessage' declared void
MAVLink:1: error: 'mavlink_message_t' was not declared in this scope
MAVLink:1: error: 'msg' was not declared in this scope
Original issue reported on code.google.com by [email protected] on 20 May 2013 at 8:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 20 May 2013 at 8:52The text was updated successfully, but these errors were encountered: