Library set up as dummy module on mbed to mimic Nordic.

Dependencies:   mbed-rtos mbed

Revision:
2:9ab591cf81b8
Parent:
0:226550611f0d
diff -r d6b18299a715 -r 9ab591cf81b8 list.h
--- a/list.h	Mon Dec 12 23:19:30 2016 +0000
+++ b/list.h	Tue Dec 13 00:20:29 2016 +0000
@@ -1,7 +1,6 @@
 #ifndef LIST_H
 #define LIST_H
 
-
 typedef struct{
     unsigned char command;
     void *function;