Skip to content

Commit 5486011

Browse files
committed
Small cleanup
1 parent 40e759a commit 5486011

File tree

5 files changed

+4
-38
lines changed

5 files changed

+4
-38
lines changed

.clang_complete

Lines changed: 0 additions & 3 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22
project(protocolConverter)
33

4-
set(CMAKE_CXX_STANDARD 20)
4+
set(CMAKE_CXX_STANDARD 17)
55

66
if (DCMAKE_BUILD_TYPE MATCHES Debug)
77
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -lpthread -Wall")

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ That is why I have decided to share my own implementation of it.
2020
# Important Concept
2121
This library is **mainly** for providing Modbus logic, it doesnt aim to have best communiaction implementation.
2222
It gives user ability to create Modbus frames in high level api and convert them to raw bytes or show them as string.
23-
That is why *Modbus Core* is OS independent and can be eaisly used with other communication frameworks.
23+
That is why *Modbus Core* is OS independent and can be easily used with other communication frameworks.
2424

2525
It does have communiaction module which is **enabled** by default, and works pretty well on linux.
2626

@@ -103,6 +103,7 @@ First go to directory that will contain this library.
103103

104104
```bash
105105
git clone https://github.com/Mazurel/Modbus
106+
git submodule update --init --recursive # Fetch submodules (google tests)
106107
```
107108

108109
Then add to your CMakeLists.txt

compile_commands.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

tests/googletest

Submodule googletest updated 279 files

0 commit comments

Comments
 (0)