aboutsummaryrefslogtreecommitdiff
path: root/Source/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/System.h')
-rw-r--r--Source/System.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/System.h b/Source/System.h
index 2030117..090de8d 100644
--- a/Source/System.h
+++ b/Source/System.h
@@ -14,8 +14,8 @@
* Defines *
* **************************************/
-#define TIMEBASE_1_SECOND REFRESH_FREQUENCY
-#define TIMEBASE_1_MINUTE TIMEBASE_1_SECOND * 60
+#define TIMER_PRESCALER_1_SECOND 10
+#define TIMER_PRESCALER_1_MINUTE (TIMER_PRESCALER_1_SECOND * 60)
/* **************************************
* Global Prototypes *