-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
power_usart3_enable() and power_usart3_disable() missing from power.h #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @pippo-75, |
Problem reported and patch submitted here http://savannah.nongnu.org/bugs/index.php?48898 |
How can this be included in the next build of the Arduino IDE? |
The patch was applied to avr-libc trunk, but not released yet. We'll ship it as soon as Microchip/Atmel releases a toolchain with the patch applied (or sooner, if avr-libc should publish a bugfix version) |
power_usart3_disable() and power_usart3_enable() remain undefined. |
Latest toolchain for avr contains the fix in avr-libc |
Hi all, I report a bug(?) in power.h library, distributed with IDE 1.6.10 Win.

The error is:
exit status 1
'Power_usart3_disable' was not declared in this scope
The library lacks the definition for USART3. Solved by adding the following lines (from 852 to 855):
A problem with the Wire library (Note: the IDE 1.6.9 compiled all, without errors):
To make sure that the IDE 1.6.10 correctly loads the LiquidCrystal_I2C library,
I had to move the content of the
src
folder to the root (Wire folder).Now compile fine.
The text was updated successfully, but these errors were encountered: