fixed syntax error in includes section

This commit is contained in:
pyr0ball 2019-09-26 15:42:33 -07:00
parent 70ad44c544
commit 55e2042925

View file

@ -90,8 +90,8 @@ update the voltMeterConstant variable in pP_config.h with the correct value
//#define VERBOSE true //#define VERBOSE true
// Headers, variables, and functions // Headers, variables, and functions
include <Arduino.h> #include <Arduino.h>
include <EEPROM.h> #include <EEPROM.h>
#include "LightChrono.h" #include "LightChrono.h"
#include "pP_pins.h" #include "pP_pins.h"
#include "pP_config.h" #include "pP_config.h"