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

Fixed delayMicrosecond() when interrupts are disabled

This commit is contained in:
Cristian Maglie
2013-02-13 15:37:13 +01:00
parent 74e991c0db
commit 7f7637c782
5 changed files with 30 additions and 32 deletions

View File

@ -1,8 +1,12 @@
ARDUINO 1.5.3 BETA
[ide]
* Removed useless baud rates from serial monitor
[arduino core]
* sam: Fixed delayMicrosecond() when interrupts are disabled
ARDUINO 1.5.2 BETA - 2013.02.06
[ide]