Dependencies:   mbed mbed API helper

Revision:
1:46cd5be18947
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dap/target/target.h	Thu May 22 23:58:42 2014 +0000
@@ -0,0 +1,15 @@
+
+#ifndef TARGET_H
+#define TARGET_H
+
+#if ONE
+  #include "one.h"
+#elif TWO
+  #include "two.h"
+#elif THREE
+  #include "three.h"
+#else
+  #error TARGET NOT KNOWN
+#endif
+
+#endif