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

Fixed attribution rights for SAM delayMicroseconds function

This commit is contained in:
Cristian Maglie
2014-09-16 12:29:36 +02:00
parent 44bcd2040b
commit 84518e442c
2 changed files with 6 additions and 1 deletions

View File

@ -214,7 +214,7 @@ ARDUINO 1.5.3 BETA - 2013.08.30
* Scrollable menus can now be scrolled with the mouse wheel
[arduino core]
* sam: Fixed delayMicrosecond() when interrupts are disabled
* sam: Fixed delayMicrosecond() when interrupts are disabled (Paul Stoffregen)
* sam: Upgraded libsam, and added missing modules (CAN, ETH, etc.) (Thibaut Viard)
* sam: Added compatibility for avr/pgmspace.h (Paul Stoffregen)
* sam: Added serialEvent*() support