stm32_serDes_protobuf_project/bsp/main.c
2024-04-24 15:06:06 +03:00

12 lines
67 B
C

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