[BSP] delete rtc driver error message. | 删除RTC驱动的错误信息.

This commit is contained in:
liuguang 2018-03-23 09:54:12 +08:00
parent 2a9ce628e4
commit 144e63eae2
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}