Michael Spencer / Smoothie

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers version.cpp Source File

version.cpp

00001 #include "version.h"
00002 const char *Version::get_build(void) const {
00003     return __GITVERSIONSTRING__;
00004 }
00005 const char *Version::get_build_date(void) const {
00006     return __DATE__ " " __TIME__;
00007 }