]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/lx-rocon.git/blob - sw/app/rocon/appl_version.h
RoCoN: implement code to setup FPGA and Tumbl from SPI Flash.
[fpga/lx-cpu1/lx-rocon.git] / sw / app / rocon / appl_version.h
1 #ifndef _APPL_VERSION_H
2 #define _APPL_VERSION_H
3
4 #include "appl_defs.h"
5 #include "system_def.h"
6
7 #ifndef ULAN_ID
8 #define ULAN_ID   ROCON
9 #endif /*ULAN_ID*/
10
11 #define APP_VER_ID  "ROCON"
12 #define APP_VER_MAJOR 0
13 #define APP_VER_MINOR 1
14 #define APP_VER_PATCH 0
15 #define APP_VER_CODE  VER_CODE(APP_VER_MAJOR,APP_VER_MINOR,APP_VER_PATCH)
16
17 #endif /*_APPL_VERSION_H*/