mendel.c: when to include simulator.h matters.

This partially fixes building the simulator. It was found by
running the new regression tests.
This commit is contained in:
Markus Hitter 2015-07-13 13:52:24 +02:00
parent 5489ddccab
commit c42ccfff38
1 changed files with 1 additions and 1 deletions

View File

@ -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"