CFS RAM started

This commit is contained in:
adamdunkels 2007-03-22 23:59:26 +00:00
parent 00bd901d25
commit a34f6afe22

View file

@ -30,12 +30,15 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: contiki-main.c,v 1.8 2007/03/22 18:59:34 adamdunkels Exp $
* $Id: contiki-main.c,v 1.9 2007/03/22 23:59:26 adamdunkels Exp $
*/
#include "contiki.h"
#include "contiki-net.h"
#include "contiki-lib.h"
#include "cfs/cfs-ram.h"
#include "net/rime.h"
#include "net/tapdev.h"
@ -71,6 +74,7 @@ SENSORS(&button_sensor, &pir_sensor, &vib_sensor, &radio_sensor);
PROCINIT(&sensors_process, &etimer_process, &tcpip_process,
/* &ethernode_uip_process,*/
&cfs_ram_process,
&ethernode_rime_process,
&uip_fw_process);