Add GCC 4.5.2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3535 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
d64e93f11f
commit
3aead78c40
@ -42,6 +42,7 @@
|
||||
#include <stdio.h>
|
||||
#include <debug.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <nuttx/spi.h>
|
||||
#include <nuttx/mtd.h>
|
||||
@ -72,7 +73,7 @@ int ramtron_start(int spino)
|
||||
printf("RAMTRON: FM25V10 of size 128 kB\n");
|
||||
//printf("RAMTRON: %s of size %d B\n", ramtron_getpart(mtd), ramtron_getsize(mtd) );
|
||||
|
||||
retval = ftl_initialize(0, NULL, mtd);
|
||||
retval = ftl_initialize(0, mtd);
|
||||
printf("RAMTRON: FTL Initialized (returns with %d)\n", retval);
|
||||
|
||||
return OK;
|
||||
|
Loading…
Reference in New Issue
Block a user