This website requires JavaScript.
Explore
Help
Sign In
VMarkov
/
stm32_serDes_protobuf_project
Watch
1
Star
0
Fork
0
You've already forked stm32_serDes_protobuf_project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dd461893db
stm32_serDes_protobuf_project
/
bsp
/
main.c
13 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
Init
2024-03-28 17:25:38 +03:00
#
include
"bsp.h"
Structure changing
2024-03-28 17:51:39 +03:00
#
include
"app.h"
Init
2024-03-28 17:25:38 +03:00
Structure changing
2024-03-28 17:51:39 +03:00
int
main
(
)
{
board_init
(
)
;
app
(
)
;
Init
2024-03-28 17:25:38 +03:00
}
Reference in New Issue
Copy Permalink