We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ff37e commit ba860b4Copy full SHA for ba860b4
bsp/renesas/ra2a1-ek/src/hal_entry.c
@@ -22,7 +22,7 @@ void hal_entry(void)
22
{
23
rt_kprintf("\nHello RT-Thread!\n");
24
while (1)
25
- {
+ {
26
rt_pin_write(LED_PIN, PIN_HIGH);
27
rt_thread_mdelay(500);
28
rt_pin_write(LED_PIN, PIN_LOW);
0 commit comments