iBoot/apps/SecureROM/tests/blinky_armv7/rom_test.c

6 lines
90 B
C

void start(void)
{
*((volatile unsigned int *)GPIO_BASE) = GPIO_VALUE;
for(;;);
}