Test program to check various functionality in FixedLengthList (see http://mbed.org/users/johnb/code/FixedLengthList/ )

Dependencies:   FixedLengthList mbed

Test code for FixedLengthList class

Revision:
0:12569365e1cf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/supl.cpp	Sat Jan 18 16:07:14 2014 +0000
@@ -0,0 +1,6 @@
+#include "mbed.h"
+#include "FixedLengthList.hpp"
+
+#define LIST_LEN (20U)
+   
+FixedLengthList<int,  LIST_LEN > list4;