Merge pull request #45 from IT9IPQ/patch-1

Warning remove
This commit is contained in:
Anthony Good 2018-02-11 12:25:08 -05:00 committed by GitHub
commit 742a516286
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)