Removed the experimental checkpointing code

This commit is contained in:
Adam Dunkels 2013-11-26 22:47:11 +01:00
parent 189b1535e9
commit 0fd503af42
20 changed files with 9 additions and 1997 deletions

View file

@ -43,8 +43,6 @@
#include "dev/sht11.h"
#include "dev/battery-sensor.h"
#include "lib/checkpoint.h"
#include "net/rime/timesynch.h"
#include <stdio.h>
@ -72,7 +70,6 @@ PROCESS_THREAD(sky_shell_process, ev, data)
/*shell_sky_init();*/
shell_text_init();
/*shell_time_init();*/
/* shell_checkpoint_init();*/
shell_exec_init();
shell_base64_init();