Skip to content

Commit e648e5d

Browse files
committed
Remove true expression used for debugging
1 parent 0368a22 commit e648e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Software/core0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ static void cv_setup_check() {
666666
}
667667

668668
// Check for existing ADC offset setup
669-
if (true || CV_ARRAY_FLASH[171] == 0xFF) {
669+
if (CV_ARRAY_FLASH[171] == 0xFF) {
670670
LOG(1, "Detected ADC offset factory condidition (CV_172 == %u), running offset adjustment measurement function...\n", CV_ARRAY_FLASH[171]);
671671
adc_offset_adjustment(ADC_CALIBRATION_ITERATIONS);
672672
}

0 commit comments

Comments
 (0)