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

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Committer:
Michael J. Spencer
Date:
Fri Feb 28 18:52:52 2014 -0800
Revision:
2:1df0b61d3b5a
Update to latest Smoothie.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Michael J. Spencer 2:1df0b61d3b5a 1 #include "version.h"
Michael J. Spencer 2:1df0b61d3b5a 2 const char *Version::get_build(void) const {
Michael J. Spencer 2:1df0b61d3b5a 3 return __GITVERSIONSTRING__;
Michael J. Spencer 2:1df0b61d3b5a 4 }
Michael J. Spencer 2:1df0b61d3b5a 5 const char *Version::get_build_date(void) const {
Michael J. Spencer 2:1df0b61d3b5a 6 return __DATE__ " " __TIME__;
Michael J. Spencer 2:1df0b61d3b5a 7 }