Created
January 22, 2016 03:08
-
-
Save joyhuang9473/8e7d20c3faafe1f4d079 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Arduino: 1.6.7 (Mac OS X), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)" | |
/Users/user/Downloads/Butterfly2.0_開源資料/程式碼/MultiWii_x4_mpu6050_last_bluetooth/Serial.ino:155:0: warning: "GPS_COND" redefined [enabled by default] | |
#define GPS_COND && (GPS_SERIAL != CURRENTPORT) | |
^ | |
/Users/user/Downloads/Butterfly2.0_開源資料/程式碼/MultiWii_x4_mpu6050_last_bluetooth/Serial.ino:150:0: note: this is the location of the previous definition | |
#define GPS_COND | |
^ | |
/Users/user/Downloads/Butterfly2.0_開源資料/程式碼/MultiWii_x4_mpu6050_last_bluetooth/Serial.ino: In function 'void setup()': | |
Serial:694: error: 'SerialOpen' was not declared in this scope | |
#endif | |
^ | |
Serial:753: error: 'SerialEnd' was not declared in this scope | |
} | |
^ | |
/Users/user/Downloads/Butterfly2.0_開源資料/程式碼/MultiWii_x4_mpu6050_last_bluetooth/GPS.ino: In function 'void GPS_SerialInit()': | |
GPS:240: error: 'SerialOpen' was not declared in this scope | |
SerialOpen(GPS_SERIAL,GPS_BAUD); | |
^ | |
/Users/user/Downloads/Butterfly2.0_開源資料/程式碼/MultiWii_x4_mpu6050_last_bluetooth/Sensors.ino: In function 'void initSensors()': | |
Sensors:1716: error: 'Baro_init' was not declared in this scope | |
if (BARO) Baro_init(); | |
^ | |
Sensors:1717: error: 'Mag_init' was not declared in this scope | |
if (MAG) Mag_init(); | |
^ | |
exit status 1 | |
'SerialOpen' was not declared in this scope | |
This report would have more information with | |
"Show verbose output during compilation" | |
enabled in File > Preferences. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment