Skip to content

Commit d3f626d

Browse files
committed
Fix lint again
1 parent b703997 commit d3f626d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware/src/temperature.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void Temperature_Init() {
8686

8787
// The only method Harmony 1.06 provides to set ADCS uses the bus speed, so
8888
// rather than depend on that, we set it here manually.
89-
AD1CON3 = 0x0002; // ADCS
89+
AD1CON3 = 0x0002; // ADCS
9090
PLIB_ADC_ConversionClockSourceSelect(
9191
ADC_ID_1, ADC_CLOCK_SOURCE_SYSTEM_CLOCK);
9292
PLIB_ADC_SampleAcquisitionTimeSet(ADC_ID_1, 0x1f); // 31 x Tad

0 commit comments

Comments
 (0)