Use wiring.h with proper case, so building hopefully works on Linux
This commit is contained in:
parent
4dbca53871
commit
e264b01dfd
3 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#ifndef __GLOBALS_H
|
#ifndef __GLOBALS_H
|
||||||
#define __GLOBALS_H
|
#define __GLOBALS_H
|
||||||
|
|
||||||
#include "Wiring.h"
|
#include "wiring.h"
|
||||||
|
|
||||||
|
|
||||||
// The three states of our main state machine
|
// The three states of our main state machine
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef __MENU_H
|
#ifndef __MENU_H
|
||||||
#define __MENU_H
|
#define __MENU_H
|
||||||
|
|
||||||
#include "Wiring.h"
|
#include "wiring.h"
|
||||||
#include "numenu.h"
|
#include "numenu.h"
|
||||||
|
|
||||||
#define MENU_ROW_HEIGHT 9
|
#define MENU_ROW_HEIGHT 9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue