Skip to content

Commit 7daf597

Browse files
authored
Update hal_entry.c
1 parent ff6f211 commit 7daf597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bsp/renesas/rzn2l_etherkit/src/hal_entry.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Change Logs:
77
* Date Author Notes
8-
* 2024-03-11 Wangyuqiang first version
8+
* 2024-03-10 Wangyuqiang first version
99
*/
1010

1111
#include <rtthread.h>
@@ -32,4 +32,4 @@ void hal_entry(void)
3232
rt_pin_write(LED_PIN_2, PIN_LOW);
3333
rt_thread_mdelay(1000);
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)