mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 07:39:49 -04:00
fusee: further flesh out sdmmc implementation
This commit is contained in:
parent
2e3af0c474
commit
dbb65428e8
4 changed files with 161 additions and 29 deletions
|
@ -27,7 +27,7 @@ __attribute__ ((noreturn)) void panic(uint32_t code) {
|
|||
APBDEV_PMC_SCRATCH0_0 = (1 << 1);
|
||||
|
||||
/* Reset the processor. */
|
||||
APBDEV_PMC_CONTROL = (1 < 4);
|
||||
APBDEV_PMC_CONTROL = (1 << 4);
|
||||
while(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue