SOES/soes/hal/xmc4/esc_hw.h

22 lines
433 B
C

/*
* Licensed under the GNU General Public License version 2 with exceptions. See
* LICENSE file in the project root for full license information
*/
/** \file
* \brief
* Headerfile for esc_hw.c
*/
/*
* Licensed under the GNU General Public License version 2 with exceptions. See
* LICENSE file in the project root for full license information
*/
#ifndef __esc_hw__
#define __esc_hw__
void ESC_eep_handler(void);
#endif