From e5fa627c06cc0e0e66adab57b21953805e67e9e0 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Mon, 15 Jul 2024 12:13:38 -0700 Subject: [PATCH] cleaned up comment spelling. --- ADC.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ADC.c b/ADC.c index e59f6cc..a72573a 100644 --- a/ADC.c +++ b/ADC.c @@ -35,8 +35,8 @@ void ADC_Init(uint8_t pin_num) RegEdit_SetBit((void *) &PORTA.OUTCLR, pin_num); //Disable input buffer - //We do some kinda nasty address addition but it saves - //memory and means we don't need a switch statment. + //We do some kind of nasty address addition but it saves + //memory and means we don't need a switch statement. //PORT_ISC_INPUT_DISABLE_gc RegEdit_SetBit( (void *) (&PORTA.PIN0CTRL)+pin_num,