Move sdcStop() call to have symmetry with sdcStart().

This commit is contained in:
Jared Boone 2015-11-13 10:55:08 -08:00
parent 0a9da7a1d3
commit 6f09cf21f8
2 changed files with 2 additions and 2 deletions

View file

@ -143,8 +143,6 @@ void init() {
}
void shutdown() {
sdcStop(&SDCD1);
display.shutdown();
radio::disable();