Skip to content

Commit e53a1a8

Browse files
Merge pull request #18 from per1234/src-folder
Place bundled library under src folder
2 parents b0a1208 + e8f0a93 commit e53a1a8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

G27_Pedals_and_Shifter.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// http://www.isrtv.com/forums/topic/13189-diy-g25-shifter-interface-with-h-pattern-sequential-and-handbrake-modes/
66

77
#include <HID.h>
8-
#include "./lib/G27PedalsShifter.h"
8+
#include "./src/G27PedalsShifter.h"
99

1010
// comment either out to disable
1111
#define USE_PEDALS
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)