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-07-30
Revision:
16:cae76dbd681f
Parent:
15:12db9ae94161
Child:
19:1f623070b9dd

File content as of revision 16:cae76dbd681f:

#ifndef VERSION_H
#define VERSION_H

#include "settings.h"

#ifdef TEST_MODE
    static const char version[] = "SmartRamal v1.1 TST";
#else
    static const char version[] = "SmartRamal v1.1";
#endif

#endif