mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 21:29:56 +00:00
Expose filesystem_error code.
This commit is contained in:
@@ -56,6 +56,10 @@ struct filesystem_error {
|
||||
{
|
||||
}
|
||||
|
||||
uint32_t code() const {
|
||||
return err;
|
||||
}
|
||||
|
||||
std::string what() const;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user