mirror of
https://github.com/apache/nuttx.git
synced 2026-09-24 08:45:04 +08:00
arch/arm/src/armv7-m/up_systick.c: Fix warning: 'NVIC_IRQ_SYSTICK redefined'
This commit is contained in:
@@ -50,12 +50,6 @@
|
||||
|
||||
#ifdef CONFIG_ARMV7M_SYSTICK
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define NVIC_IRQ_SYSTICK 15 /* Vector 15: System tick */
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user