forked from len0rd/rockbox
Fix error in Sansa and H10 bootloaders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12641 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
495a3e9285
commit
582d02dbdf
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
/* Error codes */
|
/* Error codes */
|
||||||
#define EOK 0
|
#define EOK 0
|
||||||
#define EFILE_NOT_FOUND -1
|
#define EFILE_NOT_FOUND -1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue