1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Added test for "Decrease Indent with 1 char on the last line"

See #1271
This commit is contained in:
Cristian Maglie
2013-02-27 13:34:52 +01:00
parent 5e17ae84a2
commit d246ca06ab
4 changed files with 19 additions and 2 deletions

View File

@ -3,6 +3,7 @@ ARDUINO 1.5.3 BETA
[ide]
* Removed useless baud rates from serial monitor
* Fixed some minor IDE UI bugs (Shigeru Kanemoto)
[arduino core]
* sam: Fixed delayMicrosecond() when interrupts are disabled