aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WMath.cpp
diff options
context:
space:
mode:
authorFederico Fissore <f.fissore@arduino.cc>2015-07-03 10:38:07 +0200
committerFederico Fissore <f.fissore@arduino.cc>2015-07-03 10:38:07 +0200
commit37c29845f6a446354e492ea25c76705f6e177c7b (patch)
tree37c2a1dcf4ce0e4c12bb8e920d26368094704c27 /cores/arduino/WMath.cpp
parent462fff36fd14b2ece6293974d4c66328c521f6bd (diff)
Removed a handful of SVN expansion keywords. See #277
Diffstat (limited to 'cores/arduino/WMath.cpp')
-rw-r--r--cores/arduino/WMath.cpp4
1 files changed, 1 insertions, 3 deletions
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; }