1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Updated incorrect revision log.

This commit is contained in:
Cristian Maglie 2013-09-04 12:42:46 +02:00
parent c86eed942d
commit 4cdd4dfcba

View File

@ -30,7 +30,8 @@ ARDUINO 1.5.3 BETA 2013.08.30
* removed unused flags from String (free 1 byte of SRAM)
[libraries]
* sam: Added CAN library (still in early stage of development) (Palliser)
* sam: Removed CAN library, you can find an updated version here:
https://github.com/collin80/due_can
* sam: Bugfix SPI library: begin() after end() now works (stimmer)
* sam: Bugfix SPI library: incorrent pin configuration in non-extended mode.
* Ported all libraries to new 1.5 format