More fixes for incorrect return types/values.
This commit is contained in:
parent
261284f5e1
commit
d8f36aa7a8
2 changed files with 3 additions and 3 deletions
|
@ -171,8 +171,8 @@
|
|||
*
|
||||
* \return Boolean \c true if the internal oscillator was successfully started, \c false if invalid parameters specified.
|
||||
*/
|
||||
static inline uint8_t XMEGACLK_StartInternalOscillator(const uint8_t Source) ATTR_ALWAYS_INLINE;
|
||||
static inline uint8_t XMEGACLK_StartInternalOscillator(const uint8_t Source)
|
||||
static inline bool XMEGACLK_StartInternalOscillator(const uint8_t Source) ATTR_ALWAYS_INLINE;
|
||||
static inline bool XMEGACLK_StartInternalOscillator(const uint8_t Source)
|
||||
{
|
||||
switch (Source)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue