Mario Bambagini / Mbed 2 deprecated car_chassis

Dependencies:   Servo mbed-rtos mbed

Revision:
3:bfc20ec72b15
Parent:
2:7dfc8dd6aab3
Child:
4:7fa7f78cbb92
--- a/driver.hpp	Thu Oct 08 13:36:17 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#ifndef __DRIVER_HPP__
-#define __DRIVER_HPP__
-
-//initialize the diagnosis module
-void init_driver();
-
-//execute pending diagnosis operations
-void thread_driver (void const *args);
-
-#endif //__DRIVER_HPP__