Skip to content

Commit b959adf

Browse files
committed
renaming of Lin_Interface
1 parent 928d803 commit b959adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TJA1020.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include "TJA1020.hpp"
1212

13-
#include <Lin-Interface.hpp>
13+
#include <Lin_Interface.hpp>
1414
// #include <Arduino.h>
1515

1616
//-----------------------------------------------------------------------------

src/TJA1020.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#pragma once
1212

1313
// #include <Arduino.h>
14-
#include <Lin-Interface.hpp>
14+
#include <Lin_Interface.hpp>
1515

1616
class Lin_TJA1020 : public Lin_Interface
1717
{

0 commit comments

Comments
 (0)