diff options
author | Alex Pensinger <aplumafreak500@gmail.com> | 2020-12-05 14:12:37 -0500 |
---|---|---|
committer | Alex Pensinger <aplumafreak500@gmail.com> | 2020-12-05 14:12:37 -0500 |
commit | b195abfba95c6ae80b28d494218d567e899c5268 (patch) | |
tree | 1198f380df01571d017adfd9d7d7d42dbba9dcde /src | |
parent | 4c7a0d8180021aed29eea0743f8f6924d12e9d1c (diff) |
Fix silly typo
Diffstat (limited to 'src')
-rw-r--r-- | src/libs/agb_flash_mx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/agb_flash_mx.c b/src/libs/agb_flash_mx.c index 87e90f486..b164e27a9 100644 --- a/src/libs/agb_flash_mx.c +++ b/src/libs/agb_flash_mx.c @@ -26,7 +26,7 @@ const struct FlashSetupInfo MX29L010 = 0 // appears to be unused }, { 3, 1 }, // wait state setup data -#if (GERMAN && SAPPHIRE && REVISON == 0 && !DEBUG) // OK, why !DEBUG? +#if (GERMAN && SAPPHIRE && (REVISION == 0) && !DEBUG) // OK, why !DEBUG? { { 0xBF, 0xD4 } } // ID #else { { 0xC2, 0x09 } } // ID |