stm32_serDes_protobuf_project/bsp/main.c
2024-04-08 14:21:04 +03:00

13 lines
84 B
C

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