This website requires JavaScript.
Explore
Help
Register
Sign In
andreika-git
/
ChibiOS
mirror of
https://github.com/andreika-git/ChibiOS.git
Watch
1
Star
0
Fork
You've already forked ChibiOS
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7c3b54d051
ChibiOS
/
demos
/
various
/
sbtest
/
start.c
8 lines
95 B
C
Raw
Blame
History
extern
void
main
(
void
)
;
void
(
*
mainptr
)
(
void
)
=
main
;
void
_start
(
void
)
{
main
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink