stm32_serDes_protobuf_project/app/main.c
2024-05-02 17:19:55 +03:00

12 lines
67 B
C

#include "app.h"
int main() {
board_init();
app();
}