Menu

#58 Fix files.h return values enum

open
nobody
5
2012-12-21
2008-02-25
Kimmo Varis
No

In files.h there is a en enum for files function return values. The enum defines several "main" return values and one "modifier". The idea has been that return value is a combination of main value + modifier.

However, there are several "main" values that really should be main + modifier combinations, like FRESULT_OK_IMPURE should be OK main + IMPURE modifier.

Discussion


Log in to post a comment.