#include "ch.h" #include "hal.h" /* * Application entry point. */ int main(void) { halInit(); chSysInit(); while (true) { } }