From 37c29845f6a446354e492ea25c76705f6e177c7b Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Fri, 3 Jul 2015 10:38:07 +0200 Subject: Removed a handful of SVN expansion keywords. See #277 --- cores/arduino/WMath.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cores/arduino/WMath.cpp') diff --git a/cores/arduino/WMath.cpp b/cores/arduino/WMath.cpp index 214ccdc..9fb072f 100644 --- a/cores/arduino/WMath.cpp +++ b/cores/arduino/WMath.cpp @@ -19,8 +19,6 @@ Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - $Id$ */ extern "C" { @@ -57,4 +55,4 @@ long map(long x, long in_min, long in_max, long out_min, long out_max) } unsigned int makeWord(unsigned int w) { return w; } -unsigned int makeWord(unsigned char h, unsigned char l) { return (h << 8) | l; } \ No newline at end of file +unsigned int makeWord(unsigned char h, unsigned char l) { return (h << 8) | l; } -- cgit v1.2.3-18-g5258