6 lines
90 B
C
6 lines
90 B
C
|
void start(void)
|
||
|
{
|
||
|
*((volatile unsigned int *)GPIO_BASE) = GPIO_VALUE;
|
||
|
for(;;);
|
||
|
}
|