Use wiring.h with proper case, so building hopefully works on Linux

This commit is contained in:
John Stäck 2019-08-07 17:36:41 +02:00
parent 4dbca53871
commit e264b01dfd
3 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#ifndef __MENU_H
#define __MENU_H
#include "Wiring.h"
#include "wiring.h"
#include "numenu.h"
#define MENU_ROW_HEIGHT 9