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

6 lines
90 B
C
Raw Normal View History

2023-07-08 13:03:17 -07:00
void start(void)
{
*((volatile unsigned int *)GPIO_BASE) = GPIO_VALUE;
for(;;);
}