Skip to content

Commit ba860b4

Browse files
committed
fix pr conflicts.
1 parent 60ff37e commit ba860b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/renesas/ra2a1-ek/src/hal_entry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void hal_entry(void)
2222
{
2323
rt_kprintf("\nHello RT-Thread!\n");
2424
while (1)
25-
{
25+
{
2626
rt_pin_write(LED_PIN, PIN_HIGH);
2727
rt_thread_mdelay(500);
2828
rt_pin_write(LED_PIN, PIN_LOW);

0 commit comments

Comments
 (0)