Open
Description
Mon 02 Jan 2012 08:13:35 AM CET
Target devices: atmega16hvb/ atmega16hvbrevb/ atmega32hvb/ atmega32hvbrevb
Following errors are issued when 'clock_prescale_get()' function is called.
error: 'CLKPS2' undeclared (first use in this function)
error: 'CLKPS3' undeclared (first use in this function)
Cause:
'clock_prescale_get()' macro definitions for atmega16hvb, atmega16hvbrevb, atmega32hvb and atmega32hvbrevb devices in power.h are wrong. It uses undefined macros 'CLKPS2' and 'CLKPS3'.
file #24720: avr-libc-bug35215.patch
This issue was migrated from https://savannah.nongnu.org/bugs/?35215