Changeset 81074900 in rtems


Ignore:
Timestamp:
10/08/14 20:09:39 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
1314849
Parents:
819aa3c9
git-author:
Joel Sherrill <joel.sherrill@…> (10/08/14 20:09:39)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/09/14 15:11:58)
Message:

avr/rtems/score/cpu.h: Fix macros to avoid warnings

Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/avr/rtems/score/cpu.h

    r819aa3c9 r81074900  
    686686 *  AVR Specific Information:
    687687 *
    688  *  XXX document implementation including references if appropriate
    689  */
    690 
    691 #define _CPU_ISR_Set_level( new_level ) \
    692   { \
    693   }
    694 
     688 *  TODO: As of 8 October 2014, this method is not implemented.
     689 */
    695690#ifndef ASM
     691static inline void _CPU_ISR_Set_level( unsigned int new_level )
     692{
     693}
     694
    696695
    697696uint32_t   _CPU_ISR_Get_level( void );
Note: See TracChangeset for help on using the changeset viewer.