1 #ifndef CONFIG
2 #define CONFIG
3 
4 #define VERSION             204
5 
6 //try to keep this in sync.
7 //SavvyCAN will complain if you connect a GVRET board with a revision
8 //less than this number.
9 #define CURRENT_GVRET_VER   343
10 
11 #endif // CONFIG
12 
13