|
楼主你好,我这边下载你的GPS导航板固件,验证不通过。要怎么解决。
In file included from C:\Users\鏉╘Desktop\I2C_GPS_NAV_v2_2 (1)\I2C_GPS_NAV_v2_2\I2C_GPS_NAV_v2_2.ino:28:0:
PIDCtrl.h:87: error: 'constexpr' needed for in-class initialization of static data member 'const float PIDCtrl::_filter' of non-integral type [-fpermissive]
static const float _filter = 7.9577e-3; // Set to "1 / ( 2 * PI * f_cut )";
^
I2C_GPS_NAV_v2_2:1240: error: 'prog_char' does not name a type
C:\Users\鏉╘Desktop\I2C_GPS_NAV_v2_2 (1)\I2C_GPS_NAV_v2_2\I2C_GPS_NAV_v2_2.ino: In function 'void GPS_SerialInit()':
I2C_GPS_NAV_v2_2:1281: error: 'UBLOX_INIT' was not declared in this scope
C:\Users\鏉╘Desktop\I2C_GPS_NAV_v2_2 (1)\I2C_GPS_NAV_v2_2\I2C_GPS_NAV_v2_2.ino: In function 'void __vector_4()':
C:\Users\鏉╘Desktop\I2C_GPS_NAV_v2_2 (1)\I2C_GPS_NAV_v2_2\I2C_GPS_NAV_v2_2.ino:1360:33: warning: integer overflow in expression [-Woverflow]
exit status 1
'constexpr' needed for in-class initialization of static data member 'const float PIDCtrl::_filter' of non-integral type [-fpermissive]
|
|