Skip to content

Commit d5620b6

Browse files
committed
M2351: Fix RTC comment
1 parent c12b433 commit d5620b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/TARGET_M2351/rtc_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* We need RTC to be secure for security concern.
3535
*
3636
* On M2351, configured to secure
37-
* On M2351, hard-wired to secure
37+
* On M2354, hard-wired to secure
3838
*/
3939
#if defined(SCU_INIT_PNSSET2_VAL) && (SCU_INIT_PNSSET2_VAL & (1 << 1))
4040
#error("Limited by BSP/RTC, we can only support secure RTC.")

0 commit comments

Comments
 (0)