diff options
Diffstat (limited to 'home/rtc.asm')
-rw-r--r-- | home/rtc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/rtc.asm b/home/rtc.asm index bc81e80..5068637 100644 --- a/home/rtc.asm +++ b/home/rtc.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/rtc.asm", ROM0 |