Skip to content

Commit b70a3b9

Browse files
committed
Fix whitespace at end, wasn't my fault
1 parent df8f01f commit b70a3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

megaavr/libraries/DxCore/src/ADCErrors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ bool printADCRuntimeError(int16_t error, HardwareSerial &__dbgser) {
7373
__dbgser.println("pin or channel does not exist on this part"); break;
7474
case 0xF9:
7575
__dbgser.println("The ADC has been disabled, re-enable it to use the ADC.."); break;
76-
default:
76+
default:
7777
__dbgser.println("Error code not recognized");
7878
}
7979
return false;

0 commit comments

Comments
 (0)