stm32_serDes_protobuf_project/main.c

14 lines
85 B
C
Raw Normal View History

2024-03-28 17:25:38 +03:00
#include "bsp.h"
2024-03-28 17:51:39 +03:00
#include "app.h"
2024-03-28 17:25:38 +03:00
2024-03-28 17:51:39 +03:00
int main() {
board_init();
app();
2024-03-28 17:25:38 +03:00
}