From 4cdd4dfcbaa1dc2cbdc90b025d66dd3d26d22610 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 4 Sep 2013 12:42:46 +0200 Subject: [PATCH] Updated incorrect revision log. --- build/shared/revisions.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index a2db0fd73..c5442efff 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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