1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/hardware/arduino
David A. Mellis 6727c8a831 Don't return the string when modifying its value.
Changing toLowerCase(), toUpperCase(), trim() and replace() to return void instead of a reference to the string that's just been changed.  That way, it's clear that the functions modify the string they've been called on.
2011-03-11 18:54:58 -05:00
..
bootloaders Fix to optiboot infinite loop problem. 2011-01-15 13:29:08 +00:00
cores/arduino Don't return the string when modifying its value. 2011-03-11 18:54:58 -05:00
firmwares Minor ATmega8U2 firmware update and new .hex files. 2010-12-04 14:28:56 -05:00
pins Factoring pin definitions out of the core. 2011-03-04 21:05:05 -05:00
boards.txt Fixing typo in boards.txt. 2011-03-09 21:22:04 -05:00
programmers.txt Moving things around. 2009-11-07 17:05:21 +00:00