1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01:00

Update revision log

This commit is contained in:
Sandeep Mistry 2016-06-06 14:22:21 -04:00
parent ab4e114624
commit ae0d9dcc22

View File

@ -6,6 +6,7 @@ ARDUINO 1.6.10
* fixed a small bug that caused a compile error on some 3rd party derivatives
boards based on Leonardo
* sam: added snprintf_P to avr/pgmspace.h stub. Thanks @jantje
* avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt
[libraries]