1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-13 23:48:46 +01:00
Arduino/hardware/arduino/avr
Patrick Roncagliolo 0f57225a66 Change double quotes to single quotes
- "." is a string literal, and so is treated as the char '.' plus the null char '\0'.
- Single quotes reduces the necessary memory for this literal to only one char instead.
  A string literal as the one actually present may require the use of the
  method "write(const char *str)", so there could be also a performance overhead.
- Another reason to change quotes style is for consistency with line 235.

Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
2017-01-07 19:48:12 +01:00
..
bootloaders Adding Arduino.org new boards 2016-12-16 10:59:00 +01:00
cores/arduino Change double quotes to single quotes 2017-01-07 19:48:12 +01:00
firmwares Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
libraries Update SoftwareSerialExample.ino 2016-08-14 19:14:53 -04:00
variants Added Adafruit Circuits Playground board 2016-12-14 15:00:23 +01:00
boards.txt Add Arduino UNO Wifi board 2016-12-21 15:53:59 +01:00
platform.txt Properly escape avrdude.upload.network_pattern to handle spaces in path 2016-12-28 10:34:35 +01:00
programmers.txt Add ArduinoISP.org programmer 2016-12-16 10:59:00 +01:00