forked from len0rd/rockbox
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29189 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
35bcdef144
commit
5d849a963e
26 changed files with 33 additions and 41 deletions
|
|
@ -27,10 +27,6 @@
|
|||
#define NO_REDEFINES_PLEASE
|
||||
#endif
|
||||
|
||||
#ifndef MEM
|
||||
#define MEM 2
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include "strlcpy.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue