##// END OF EJS Templates
Added graphical terminal (first shot).
Added graphical terminal (first shot).

File last commit:

r18:bd9ab647f70a default
r50:144bdeadc77a dev_alexis
Show More
main.c
9 lines | 107 B | text/x-c | CLexer
#include <stdio.h>
int main()
{
printf("Hello world from project 'STM32F4IT'!\n");
return 0;
}