lib/error: Remove misplaced code fragment

brea
Soda
BodgeMaster 2022-09-30 18:09:23 +02:00
parent 9abfd9e5a9
commit aa97154474
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ namespace ErrorCodes {
//file errors
const uint8_t FILE_READ_FAILED = 9;
const uint8_t FILE_NOT_FOUND = 10;brea
const uint8_t FILE_NOT_FOUND = 10;
const uint8_t UNIMPLEMENTED = 254;