arch/arm/src/armv7-m/up_systick.c: Fix warning: 'NVIC_IRQ_SYSTICK redefined'

This commit is contained in:
Xiang Xiao 2018-08-29 05:46:51 -06:00 committed by Gregory Nutt
parent 347d10497c
commit 4030fc5e1a

View File

@ -50,12 +50,6 @@
#ifdef CONFIG_ARMV7M_SYSTICK
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
#define NVIC_IRQ_SYSTICK 15 /* Vector 15: System tick */
/****************************************************************************
* Private Types
****************************************************************************/