// SPDX-License-Identifier: MIT #include #include "debug.h" int main(void) { USART_Printf_Init(115200); printf("Hello world?\r\n"); for(;;) { // } }