Skip to content

Commit 962707a

Browse files
committed
removed eeprom lock from application as this is not required anymore
1 parent e0cd578 commit 962707a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

NAV_Algorithms/organizer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,9 @@ class organizer_t
108108
eulerangle<float> new_euler = q_new_setting;
109109

110110
// make the change permanent
111-
lock_EEPROM( false);
112111
write_EEPROM_value( SENS_TILT_ROLL, new_euler.roll);
113112
write_EEPROM_value( SENS_TILT_PITCH, new_euler.pitch);
114113
write_EEPROM_value( SENS_TILT_YAW, new_euler.yaw);
115-
lock_EEPROM( true);
116114
}
117115

118116
void initialize_before_measurement( void)

0 commit comments

Comments
 (0)