diff options
Diffstat (limited to 'asm/crt0.s')
-rw-r--r-- | asm/crt0.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/crt0.s b/asm/crt0.s index 9729a9488..94d4a4b7a 100644 --- a/asm/crt0.s +++ b/asm/crt0.s @@ -12,7 +12,7 @@ GPIOPortData: ; 80000C4 GPIOPortDirection: ; 80000C6 .2byte 0 -GPIOPortReadWrite: ; 80000C8 +GPIOPortReadEnable: ; 80000C8 .2byte 0 .rept 6 |