f407_test/App/interrupt_handlers.h
2019-09-13 21:48:14 +02:00

21 lines
267 B
C

/*
* interrupt.h
*
* Created on: Aug 29, 2019
* Author: abody
*/
#ifndef INTERRUPT_HANDLERS_H_
#define INTERRUPT_HANDLERS_H_
#ifdef __cplusplus
extern "C" {
#endif
void HandleLcdDmaIrq();
#ifdef __cplusplus
}
#endif
#endif /* INTERRUPT_HANDLERS_H_ */