##// END OF EJS Templates
SID corrected in TM_LFR_TC_EXE packets...
SID corrected in TM_LFR_TC_EXE packets fsw ready to test the spectral matrix unit tests performed on the Virtex 5 board

File last commit:

r26:d435771e0064 default
r31:bd675edcd40d default
Show More
main.c
8 lines | 104 B | text/x-c | CLexer
paul@pc-solar1.lab-lpp.local
Makefile added for the srec files generation
r26 #include <stdlib.h>
#include <stdio.h>
int main( void )
{
printf("hello world\n");
return 0;
}