Skip to content

Commit 6147938

Browse files
committed
renaming of Lin_Interface
1 parent 5083a21 commit 6147938

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

example/basic/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <Arduino.h>
2-
#include <Lin-Interface.hpp>
2+
#include <Lin_Interface.hpp>
33

44
// using UART 1 for LinBus
55
Lin_Interface LinBus(1);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright mestrode <[email protected]>
77
// Original Source: "https://github.com/mestrode/Lin-Interface-Library"
88

9-
#include "Lin-Interface.hpp"
9+
#include "Lin_Interface.hpp"
1010

1111
#include <Arduino.h>
1212

0 commit comments

Comments
 (0)