Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

version.cpp

Committer:
Michael J. Spencer
Date:
2014-02-28
Revision:
2:1df0b61d3b5a

File content as of revision 2:1df0b61d3b5a:

#include "version.h"
const char *Version::get_build(void) const {
    return __GITVERSIONSTRING__;
}
const char *Version::get_build_date(void) const {
    return __DATE__ " " __TIME__;
}