##// END OF EJS Templates
Sync
Sync

File last commit:

r78:230ad3b6f43f dev_alexis
r99:3b41c9708f77 dev_alexis
Show More
main.c
9 lines | 113 B | text/x-c | CLexer
#include <stdio.h>
int libuc_main()
{
printf("Hello world from project 'STM32F4IT'!\n");
return 0;
}