diff options
Diffstat (limited to 'src/drivers/storage.cpp')
| -rw-r--r-- | src/drivers/storage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/storage.cpp b/src/drivers/storage.cpp index 7fed6ed0..465c84ea 100644 --- a/src/drivers/storage.cpp +++ b/src/drivers/storage.cpp @@ -22,7 +22,7 @@ static const char* kTag = "SDSTORAGE"; static const uint8_t kMaxOpenFiles = 8; -namespace gay_ipod { +namespace drivers { const char* kStoragePath = "/sdcard"; @@ -146,4 +146,4 @@ auto SdStorage::HandleTransaction(sdspi_dev_handle_t handle, return do_transaction_(handle, cmdinfo); } -} // namespace gay_ipod +} // namespace drivers |
