changeset 436:68c2f59a988a

src/ui3/mfw/mfw_td.c: back to classic TCS211 RTC API
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 Jan 2018 00:53:56 +0000
parents b66631a0b632
children 63e10f44550c
files src/ui3/mfw/mfw_td.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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(&current_date, &current_time,RTC_TIME_TYPE_CURRENT); 
   		#else
 		rtc_get_time_date(&current_date, &current_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(&current_date, &current_time,RTC_TIME_TYPE_CURRENT); 
   		#else
 		rtc_get_time_date(&current_date, &current_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(&current_date, &current_time,RTC_TIME_TYPE_CURRENT); 
 	#else
 	rtc_get_time_date(&current_date, &current_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(&current_date, &current_time,RTC_TIME_TYPE_CURRENT); 
 	#else
 	rtc_get_time_date(&current_date, &current_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(&current_date, &current_time,RTC_TIME_TYPE_CURRENT); 
 	#else
 	rtc_get_time_date(&current_date, &current_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(&current_date, &current_time,RTC_TIME_TYPE_CURRENT); 
 	#else
 	rtc_get_time_date(&current_date, &current_time);