##// END OF EJS Templates
Fat32 library partially working, can read a file.
Fat32 library partially working, can read a file.

File last commit:

r18:bd9ab647f70a default
r62:25c982b9ed94 dev_alexis
Show More
main.c
9 lines | 107 B | text/x-c | CLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 #include <stdio.h>
int main()
{
printf("Hello world from project 'STM32F4IT'!\n");
return 0;
}