Mistake in loop name
This commit is contained in:
parent
f7e899dcff
commit
3455ff0fa6
|
@ -31,7 +31,7 @@ void main(void)
|
|||
|
||||
}
|
||||
|
||||
void GPIOF_Config()
|
||||
void GPIOF_config()
|
||||
{
|
||||
SYSCTL_RCGC2_R |= 0x20;
|
||||
GPIO_PORTF_LOCK_R = 0x4C4F434B;
|
||||
|
|
Loading…
Reference in New Issue