# HG changeset patch # User Mychaela Falconia # Date 1516582436 0 # Node ID 68c2f59a988aebf846ec4ada854da179624286cb # Parent b66631a0b63263728f1dcff3b17ddca4023831bf src/ui3/mfw/mfw_td.c: back to classic TCS211 RTC API diff -r b66631a0b632 -r 68c2f59a988a src/ui3/mfw/mfw_td.c --- a/src/ui3/mfw/mfw_td.c Mon Jan 22 00:51:05 2018 +0000 +++ b/src/ui3/mfw/mfw_td.c Mon Jan 22 00:53:56 2018 +0000 @@ -145,7 +145,7 @@ As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ - #ifndef NEPTUNE_BOARD + #if 0 rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else rtc_get_time_date(¤t_date, ¤t_time); @@ -160,7 +160,7 @@ As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ - #ifndef NEPTUNE_BOARD + #if 0 rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else rtc_get_time_date(¤t_date, ¤t_time); @@ -316,7 +316,7 @@ As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ - #ifndef NEPTUNE_BOARD + #if 0 rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else rtc_get_time_date(¤t_date, ¤t_time); @@ -378,7 +378,7 @@ As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ - #ifndef NEPTUNE_BOARD + #if 0 rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else rtc_get_time_date(¤t_date, ¤t_time); @@ -407,7 +407,7 @@ As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ - #ifndef NEPTUNE_BOARD + #if 0 rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else rtc_get_time_date(¤t_date, ¤t_time); @@ -933,7 +933,7 @@ As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be consistent with the new interface. */ - #ifndef NEPTUNE_BOARD + #if 0 rtc_get_time_date(¤t_date, ¤t_time,RTC_TIME_TYPE_CURRENT); #else rtc_get_time_date(¤t_date, ¤t_time);