Add sdcDisconnect() to avoid HackRF mode entry crash if SD card is connected.

This commit is contained in:
Jared Boone 2015-11-13 10:55:52 -08:00
parent 6f09cf21f8
commit 77199fb3dd

View File

@ -283,6 +283,7 @@ int main(void) {
event_dispatcher.run();
sdcDisconnect(&SDCD1);
sdcStop(&SDCD1);
portapack::shutdown();