comparison Discovery/Src/data_central.c @ 969:81049905d829 Evo_2_23

Zusammenf?hren
author heinrichsweikamp
date Sun, 19 Jan 2025 12:02:59 +0100
parents 9b418e63dbc2
children 65d35e66efb9
comparison
equal deleted inserted replaced
968:b9a1710522b1 969:81049905d829
919 internalLogCompassHeading(clearHeading, true, true); 919 internalLogCompassHeading(clearHeading, true, true);
920 } 920 }
921 921
922 void setCompassHeading(uint16_t heading) 922 void setCompassHeading(uint16_t heading)
923 { 923 {
924 stateUsedWrite->diveSettings.compassHeading = ((heading - 360) % 360) + 360; 924 stateUsedWrite->diveSettings.compassHeading = ((heading - 360) % 360) + 360;
925 925
926 internalLogCompassHeading(heading, true, false); 926 internalLogCompassHeading(heading, true, false);
927 } 927 }
928 928
929 929