EZR

Dependencies:   CRC16 FreescaleIAP FreescaleWatchdog GGSProtocol LM75B PIMA Parameters PersistentCircularQueue SerialNumberV2COM mbed-dev-watchdog_2016_03_04

Fork of smartRamalKW by Equipe Firmware V2COM

version.h

Committer:
tpadovani
Date:
2015-06-15
Revision:
0:999112ad27f0
Child:
8:e8d86c66283c

File content as of revision 0:999112ad27f0:

#ifndef VERSION_H
#define VERSION_H

#include "settings.h"

#ifdef TEST_MODE
    #define VERSION_LENGTH 20
    static const char version[] = "SmartRamal v0.1 TST";
#else
    #define VERSION_LENGTH 16
    static const char version[] = "SmartRamal v0.1";
#endif

#endif