aboutsummaryrefslogtreecommitdiff
path: root/common/action_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/action_macro.c')
-rw-r--r--common/action_macro.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/action_macro.c b/common/action_macro.c
index 6d81a1efb..71d1506f5 100644
--- a/common/action_macro.c
+++ b/common/action_macro.c
@@ -15,10 +15,15 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17#include <util/delay.h> 17#include <util/delay.h>
18#include "debug.h"
19#include "action.h" 18#include "action.h"
20#include "action_macro.h" 19#include "action_macro.h"
21 20
21#ifdef DEBUG_ACTION
22#include "debug.h"
23#else
24#include "nodebug.h"
25#endif
26
22 27
23#ifndef NO_ACTION_MACRO 28#ifndef NO_ACTION_MACRO
24 29