mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-08 20:05:29 +08:00
[BSP] delete rtc driver error message. | 删除RTC驱动的错误信息.
This commit is contained in:
@@ -61,7 +61,6 @@ static int set_timestamp(time_t timestamp)
|
||||
return RT_EOK;
|
||||
}
|
||||
|
||||
/* Çý¶¯½Ó¿Ú */
|
||||
static rt_err_t rt1052_hp_rtc_init(rt_device_t dev)
|
||||
{
|
||||
snvs_hp_rtc_config_t snvsRtcConfig;
|
||||
@@ -112,7 +111,6 @@ static rt_err_t rt1052_hp_rtc_control(rt_device_t dev, int cmd, void *args)
|
||||
}
|
||||
break;
|
||||
|
||||
/* ÎÞЧ²ÎÊý */
|
||||
default:
|
||||
return RT_EINVAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user