Fix compilation MK3

This commit is contained in:
D.R.racer 2022-05-25 20:55:39 +02:00
parent 0bd3dfdcf7
commit f3f2086f29
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@
#include "cardreader.h"
#include "eeprom.h"
#include "menu.h"
#include "pat9125.h"
#include "temperature.h"
#include "ultralcd.h"

View File

@ -5,6 +5,7 @@
#include "pins.h"
#include "fastio.h"
#include "adc.h"
#include "pat9125.h"
#define FSENSOR_IR 1
#define FSENSOR_IR_ANALOG 2