mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 06:14:13 -04:00
Add sdcDisconnect() to avoid HackRF mode entry crash if SD card is connected.
This commit is contained in:
parent
6f09cf21f8
commit
77199fb3dd
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ int main(void) {
|
||||||
|
|
||||||
event_dispatcher.run();
|
event_dispatcher.run();
|
||||||
|
|
||||||
|
sdcDisconnect(&SDCD1);
|
||||||
sdcStop(&SDCD1);
|
sdcStop(&SDCD1);
|
||||||
|
|
||||||
portapack::shutdown();
|
portapack::shutdown();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue