Mistake in loop name

This commit is contained in:
Rajput R Vikramsingh Vikramsingh 2024-09-19 22:52:40 +05:30
parent f7e899dcff
commit 3455ff0fa6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void main(void)
} }
void GPIOF_Config() void GPIOF_config()
{ {
SYSCTL_RCGC2_R |= 0x20; SYSCTL_RCGC2_R |= 0x20;
GPIO_PORTF_LOCK_R = 0x4C4F434B; GPIO_PORTF_LOCK_R = 0x4C4F434B;