cleaned up comment spelling.

This commit is contained in:
jakeg00dwin 2024-07-15 12:13:38 -07:00
parent ab7bf961bc
commit e5fa627c06
1 changed files with 2 additions and 2 deletions

4
ADC.c
View File

@ -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,