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

Fixed CDC_SERIAL_BUFFER_SIZE macros (PeterVH)

This commit is contained in:
Cristian Maglie
2013-01-27 12:49:25 +01:00
parent 95cadfef12
commit e72eaa858a
2 changed files with 4 additions and 3 deletions

View File

@ -22,6 +22,7 @@ ARDUINO 1.5.2 BETA - 2012.01.23
* sam: added CANRX1/CANTX1 pins 88/89 (same physical pin for 66/53)
* sam: fixed analogWrite when used in very thight write loops (V.Dorrich)
* sam: fixed USBSerial.write() while sending big buffers (Bill Dreschel)
* sam: USBSerial receive buffer size is now 512 (PeterVH)
[libraries]
* sam: Added Servo library