OSDN Git Service

Remove all samples. They will work well and useful for reference. But there is no...
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c++ / cpp / HiTechnicSensors / sample.oil
diff --git a/nxtOSEK/samples_c++/cpp/HiTechnicSensors/sample.oil b/nxtOSEK/samples_c++/cpp/HiTechnicSensors/sample.oil
deleted file mode 100644 (file)
index 5a34dd3..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-#include "implementation.oil"\r
-\r
-CPU ATMEL_AT91SAM7S256\r
-{\r
-  OS LEJOS_OSEK\r
-  {\r
-    STATUS = EXTENDED;\r
-    STARTUPHOOK = FALSE;\r
-    ERRORHOOK = FALSE;\r
-    SHUTDOWNHOOK = FALSE;\r
-    PRETASKHOOK = FALSE;\r
-    POSTTASKHOOK = FALSE;\r
-    USEGETSERVICEID = FALSE;\r
-    USEPARAMETERACCESS = FALSE;\r
-    USERESSCHEDULER = FALSE;\r
-  };\r
-\r
-  /* Definition of application mode */\r
-  APPMODE appmode1{}; \r
-\r
-  /* Definition of TaskMain */\r
-  TASK TaskMain\r
-  {\r
-    AUTOSTART = TRUE\r
-    {\r
-      APPMODE = appmode1;\r
-    };\r
-    PRIORITY = 1; /* lowest priority */\r
-    ACTIVATION = 1;\r
-    SCHEDULE = FULL;\r
-    STACKSIZE = 512;\r
-    EVENT = EventSleepI2C;\r
-    EVENT = EventSleep;\r
-  };\r
-  \r
-  EVENT EventSleepI2C\r
-  {\r
-       MASK = AUTO;\r
-  };\r
-  EVENT EventSleep\r
-  {\r
-       MASK = AUTO;\r
-  };\r
-};\r
-\r