lpc176x/.../bspreset.c: Eliminate warning for set not used variable

This commit is contained in:
Joel Sherrill
2014-09-02 18:03:37 -05:00
parent 6fc2ea3757
commit 3e0638f153

View File

@@ -31,6 +31,7 @@ BSP_START_TEXT_SECTION __attribute__( ( flatten ) ) void bsp_reset( void )
{
rtems_interrupt_level level;
(void) level;
rtems_interrupt_disable( level );
_ARMV7M_SCB->aircr = ARMV7M_SCB_AIRCR_VECTKEY |