HDK-Development / Mbed 2 deprecated CMSIS-DAP

Dependencies:   mbed mbed API helper

Revision:
1:46cd5be18947
Child:
3:085cd7710765
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dap/main.cpp	Thu May 22 23:58:42 2014 +0000
@@ -0,0 +1,9 @@
+
+#include "mbed.h"
+#include "target.h"
+
+int main (void)
+{
+    puts("msg");
+    while(1);
+}