From 6004084785259526dc75ab6dfd1a71a6d1fa9f1e Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Tue, 27 Feb 2018 23:05:00 +0000 Subject: [PATCH] Fix Zoul build when RTCC is enabled --- arch/platform/zoul/platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/platform/zoul/platform.c b/arch/platform/zoul/platform.c index 48e90cdfe..4cf503162 100644 --- a/arch/platform/zoul/platform.c +++ b/arch/platform/zoul/platform.c @@ -150,7 +150,7 @@ rtc_init(void) /* Set the time and date */ if(rtcc_set_time_date(&td) == AB08_ERROR) { - LOG_INFO("Failed to set time and date\n"); + LOG_ERR("Failed to set time and date\n"); } #endif #endif