lm3s1968.c

Go to the documentation of this file.
00001 
00040 #include "bertos/cpu/detect.h"
00041 
00042 int main (void)
00043 {
00044     int c;
00045 
00046     for (;;)
00047         c++;
00048     return 0;
00049 }