fixed syntax error in includes section
This commit is contained in:
parent
70ad44c544
commit
55e2042925
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue