added missing include of stdbool.h
This commit is contained in:
@@ -24,6 +24,8 @@
|
|||||||
#ifndef _INTERRUPTS_H_
|
#ifndef _INTERRUPTS_H_
|
||||||
#define _INTERRUPTS_H_
|
#define _INTERRUPTS_H_
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
/* interrupt sources */
|
/* interrupt sources */
|
||||||
#define INT_SOURCE_EPORT_EPF1 1 // edge port flag 1
|
#define INT_SOURCE_EPORT_EPF1 1 // edge port flag 1
|
||||||
#define INT_SOURCE_EPORT_EPF2 2 // edge port flag 2
|
#define INT_SOURCE_EPORT_EPF2 2 // edge port flag 2
|
||||||
|
|||||||
Reference in New Issue
Block a user