exo: add sdmmc test program

This commit is contained in:
Michael Scire
2020-10-25 21:10:20 -07:00
parent a0f1971353
commit b2f4e0c1b4
11 changed files with 693 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ _ZN3ams8warmboot5StartEv:
/* Invoke main. */
ldr r0, =_metadata
bl _ZN3ams8warmboot4MainEPKNS0_8MetadataE
b _ZN3ams8warmboot4MainEPKNS0_8MetadataE
/* Infinite loop. */
1: b 1b