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

Dependencies:   mbed-rtos mbed

Revision:
2:9ab591cf81b8
Parent:
0:226550611f0d
--- 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;