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

Dependencies:   FixedLengthList mbed

Test code for FixedLengthList class

supl.cpp

Committer:
johnb
Date:
2014-01-18
Revision:
0:12569365e1cf

File content as of revision 0:12569365e1cf:

#include "mbed.h"
#include "FixedLengthList.hpp"

#define LIST_LEN (20U)
   
FixedLengthList<int,  LIST_LEN > list4;