4545

Dependents:   LSS_Rev_1

Fork of mbed-dev by Umar Naeem

Files at this revision

API Documentation at this revision

Comitter:
iftaziz
Date:
Wed Aug 23 10:32:38 2017 +0000
Parent:
165:2dd56e6daeec
Commit message:
r1

Changed in this revision

targets/TARGET_NXP/TARGET_LPC176X/rtc_api.c Show annotated file Show diff for this revision Revisions of this file
diff -r 2dd56e6daeec -r 33361e55dd8c targets/TARGET_NXP/TARGET_LPC176X/rtc_api.c
--- a/targets/TARGET_NXP/TARGET_LPC176X/rtc_api.c	Tue May 23 12:54:50 2017 +0000
+++ b/targets/TARGET_NXP/TARGET_LPC176X/rtc_api.c	Wed Aug 23 10:32:38 2017 +0000
@@ -118,5 +118,5 @@
 
     LPC_RTC->ILR = (1 << 0) | (1 << 1);
     
-    printf("RTC Alarm Time Set\r\n");
+    //printf("RTC Alarm Time Set\r\n");
 }