Warning remove

Find an warning if I compile and use the JARZEBSKI library for the HMC5883L
This commit is contained in:
Paolo Impallomeni 2018-02-09 10:10:31 +01:00 committed by GitHub
parent 2b28ad4cdf
commit 8f8e689ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4778,7 +4778,7 @@ void read_azimuth(byte force_read){
#endif // FEATURE_AZIMUTH_CORRECTION
raw_azimuth = raw_azimuth + (configuration.azimuth_offset * HEADING_MULTIPLIER);
azimuth = raw_azimuth;
#endif FEATURE_AZ_POSITION_HMC5883L_USING_JARZEBSKI_LIBRARY
#endif // FEATURE_AZ_POSITION_HMC5883L_USING_JARZEBSKI_LIBRARY
#if defined(FEATURE_AZ_POSITION_DFROBOT_QMC5883)