Fix build errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12867 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3bf7f29312
commit
7e03b0a2e0
1 changed files with 2 additions and 1 deletions
|
@ -39,11 +39,12 @@
|
|||
#define NUM_PARTITIONS 2
|
||||
|
||||
#else
|
||||
#define MI4_HEADER_SIZE 0x200
|
||||
#define NUM_PARTITIONS 1
|
||||
|
||||
#endif
|
||||
|
||||
#define MI4_HEADER_SIZE 0x200
|
||||
|
||||
/* mi4 header structure */
|
||||
struct mi4header_t {
|
||||
unsigned char magic[4];
|
||||
|
|
Loading…
Reference in a new issue