Skip to content

Commit 862f811

Browse files
authored
Fix case sensitive (reported by jansenarruda)
Reported by user jansenarruda (https://github.com/jansenarruda)
1 parent e4e7906 commit 862f811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/gameboy/lcd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef LCD_H
22
#define LCD_H
3-
#include <arduino.h>
3+
#include <Arduino.h>
44
//int lcd_cycle(void);
55
//JJ int lcd_get_line(void);
66

0 commit comments

Comments
 (0)