updated cfs_write arguments
This commit is contained in:
parent
d7ed256dfc
commit
4c56fce697
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: cfs-cooja.c,v 1.6 2007/11/25 22:44:06 fros4943 Exp $
|
* $Id: cfs-cooja.c,v 1.7 2008/02/11 18:40:16 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "lib/simEnvChange.h"
|
#include "lib/simEnvChange.h"
|
||||||
|
@ -88,7 +88,7 @@ cfs_read(int f, void *buf, unsigned int len)
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
int
|
int
|
||||||
cfs_write(int f, void *buf, unsigned int len)
|
cfs_write(int f, const void *buf, unsigned int len)
|
||||||
{
|
{
|
||||||
if(f == FLAG_FILE_OPEN) {
|
if(f == FLAG_FILE_OPEN) {
|
||||||
// TODO Should yield a few times?
|
// TODO Should yield a few times?
|
||||||
|
|
Loading…
Reference in a new issue