mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-28 07:30:31 -05:00
Remove unused code.
This commit is contained in:
parent
1ed6a2a19d
commit
7f663f7e0c
2 changed files with 0 additions and 35 deletions
|
|
@ -39,10 +39,6 @@ FRESULT mount() {
|
|||
return f_mount(&fs, "", 0);
|
||||
}
|
||||
|
||||
FRESULT unmount() {
|
||||
return f_mount(NULL, "", 0);
|
||||
}
|
||||
|
||||
} /* namespace */
|
||||
|
||||
Signal<Status> status_signal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue