This website works better with JavaScript.
Home
Explore
Help
Sign In
project_boditech_vidas_a8000_v3
/
a8000_subboard
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
367
Commits
1
Branch
0
Tags
15 MiB
C
89.4%
C++
10.3%
Assembly
0.3%
Tree:
700248ef81
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '700248ef81'
${ noResults }
a8000_subboard
/
usrc
/
version.c
5 lines
101 B
Raw
Blame
History
#
include
"version.h"
int32_t
APP_VERSION
=
1216
;
int32_t
get_app_version
(
)
{
return
APP_VERSION
;
}
Reference in new issue