stm32_serDes_protobuf_project/bsp/main.c

13 lines
84 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
}