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.
8 lines
255 B
8 lines
255 B
13 years ago
|
#ifndef __CARL9170_SHARED_VERSION_H
|
||
|
#define __CARL9170_SHARED_VERSION_H
|
||
|
#define CARL9170FW_VERSION_YEAR 12
|
||
|
#define CARL9170FW_VERSION_MONTH 7
|
||
|
#define CARL9170FW_VERSION_DAY 7
|
||
|
#define CARL9170FW_VERSION_GIT "1.9.6"
|
||
|
#endif /* __CARL9170_SHARED_VERSION_H */
|