Select Git revision
Forked from
Avionics / Software Development / Miosix Kernel
405 commits behind, 201 commits ahead of the upstream repository.
-
Terraneo Federico authoredTerraneo Federico authored
main.cpp 162 B
#include <cstdio>
#include "miosix.h"
using namespace std;
using namespace miosix;
int main()
{
//iprintf("Hello world, write your application here\n");
}