added missing include of stdbool.h

This commit is contained in:
Markus Fröschle
2013-12-23 14:22:46 +00:00
parent 53dcc23bd6
commit 7193b0961e

View File

@@ -24,6 +24,8 @@
#ifndef _INTERRUPTS_H_
#define _INTERRUPTS_H_
#include <stdbool.h>
/* interrupt sources */
#define INT_SOURCE_EPORT_EPF1 1 // edge port flag 1
#define INT_SOURCE_EPORT_EPF2 2 // edge port flag 2