Remove unused code.

This commit is contained in:
Jared Boone
2016-02-22 14:18:20 -08:00
parent 1ed6a2a19d
commit 7f663f7e0c
2 changed files with 0 additions and 35 deletions

View File

@@ -39,10 +39,6 @@ FRESULT mount() {
return f_mount(&fs, "", 0);
}
FRESULT unmount() {
return f_mount(NULL, "", 0);
}
} /* namespace */
Signal<Status> status_signal;