1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Removed unused flags from String (free 1 byte of SRAM)

This commit is contained in:
Cristian Maglie
2013-08-20 15:15:47 +02:00
parent e4e2a47e68
commit 00210189fe
7 changed files with 2 additions and 7 deletions

View File

@ -22,6 +22,7 @@ ARDUINO 1.5.3 BETA
* avr: Added recipe for assembly files (C. A. Church)
* avr: Use analogPinToChannel if it's defined (Kristian Sloth Lauszus)
* avr: Optimized HardwareSerial buffer (Matthijs Kooijman)
* removed unused flags from String (free 1 byte of SRAM)
[libraries]
* sam: Added CAN library (still in early stage of development) (Palliser)