]> rtime.felk.cvut.cz Git - arc.git/blobdiff - examples/rte_simple/rte_simple.c
More work on rte_simple example.
[arc.git] / examples / rte_simple / rte_simple.c
index 2cbe5970eb890272d606053078b28c66afd2f8ee..fe7aa2d02f6c2259dd91668cde18d8356931a9b8 100644 (file)
  * -------------------------------- Arctic Core ------------------------------*/
 
 
-#include "Os.h"
-#include "Mcu.h"
-#include "arc.h"
-
-//#define USE_LDEBUG_PRINTF // Uncomment this to turn debug statements on.
-#include "debug.h"
-
-// How many errors to keep in error log.
-#define ERROR_LOG_SIZE 20
-
-
-
-void StartupTask( void ) {
-       LDEBUG_FPUTS("StartupTask start\n");
-
-
-}
-
-
 /*
  * Functions that must be supplied by the example
  */