Skip to content

Commit 82ca3ef

Browse files
author
Franck
committed
for unknown reason, include mixing minor and major cases are not found during compilaiton process. All local includes are minor case from now.
1 parent b48853e commit 82ca3ef

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

UsbMidiKliK4x4.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
#include <Wire_slave.h>
4747
#include <PulseOutManager.h>
4848
#include <midiXparser.h>
49-
#include "UsbMidiKliK4x4.h"
49+
#include "usbmidiklik4x4.h"
5050
#include "usb_midi.h"
51-
#include "RingBuffer.h"
51+
#include "ringbuffer.h"
5252

5353

5454
///////////////////////////////////////////////////////////////////////////////

RingBuffer.h ringbuffer.h

File renamed without changes.

UsbMidiKliK4x4.h usbmidiklik4x4.h

File renamed without changes.

0 commit comments

Comments
 (0)