diff --git a/libcpu/arm/s3c24x0/rtc.c b/libcpu/arm/s3c24x0/rtc.c index 065d0e9298d4f93e775aa2663a034deadd65b7fa..27275c4812818f93ba377180fa6314f2e5f45499 100644 --- a/libcpu/arm/s3c24x0/rtc.c +++ b/libcpu/arm/s3c24x0/rtc.c @@ -19,7 +19,7 @@ #include #include -#define RTC_DEBUG +// #define RTC_DEBUG #define RTC_ENABLE RTCCON |= 0x01; /*RTC read and write enable */ #define RTC_DISABLE RTCCON &= ~0x01; /* RTC read and write disable */