2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>

* avr/power.h: Revert previous patch.
This commit is contained in:
Ralf Corsepius
2011-02-11 09:11:00 +00:00
parent 60cde416df
commit 0b6cb0cd0b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* avr/power.h: Revert previous patch.
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu.c, avr/interrupt.h, avr/power.h, rtems/score/cpu.h:

View File

@@ -1377,7 +1377,7 @@ typedef enum
} clock_div_t;
static inline void clock_prescale_set(clock_div_t) __attribute__((__always_inline__));
static __inline__ void clock_prescale_set(clock_div_t) __attribute__((__always_inline__));
/** \addtogroup avr_power
\code clock_prescale_set(x) \endcode