MCUXpresso_LPC55S69/boards/lpcxpresso55s69/demo_apps/safety_iec60730b/cm33_core0/isr.h

23 lines
581 B
C

/*
* Copyright 2021 NXP.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _ISR_H_
#define _ISR_H_
/*******************************************************************************
* Definitions
******************************************************************************/
#undef VECTOR_015
#define VECTOR_015 SYSTICK_Isr
/*******************************************************************************
* API
******************************************************************************/
extern void SYSTICK_Isr(void);
#endif /* _ISR_H_ */