Follow-up Comment #14, bug #28756 (project avr-libc):
At first I want to apologize for my behaviour (sending you my whole project).
Your suggestion Joerg about
#define Set_cpu_prescaler(x) (clock_prescale_set(x))
was fine. I changed it to
inline void Set_cpu_prescaler(clock_div_t x);
inline void Set_cpu_prescaler(clock_div_t x)
{
clock_prescale_set(x);
}
and it works!. Thank You very much!
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?28756>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev