From c42ccfff389b0166f0a126dcc2389f858ab6ffea Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 13 Jul 2015 13:52:24 +0200 Subject: [PATCH] mendel.c: when to include simulator.h matters. This partially fixes building the simulator. It was found by running the new regression tests. --- mendel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mendel.c b/mendel.c index de3095c..6a9d6d4 100644 --- a/mendel.c +++ b/mendel.c @@ -49,9 +49,9 @@ #include "arduino.h" #include "clock.h" #include "intercom.h" -#include "simulator.h" #include "spi.h" #include "sd.h" +#include "simulator.h" #ifdef SIMINFO #include "../simulavr/src/simulavr_info.h"