Skip to content

Commit dd77f3d

Browse files
committed
adding include, updating tests, updating libs
1 parent 7bbd465 commit dd77f3d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

include/Modbus/Modbus.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* How do slaves get enumerated? -> Predetermined addresses
4040
* */
4141

42+
using size_t = std::size_t;
4243
namespace Modbus {
4344

4445
const constexpr uint8_t kStatusResponseAddValue =

lib/CppUtilities

Submodule CppUtilities updated 37 files

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ set(DIR_SRCS
3636
# ${TestSources}/test_ConnectedDevice.cpp
3737
${TestSources}/test_Crc.cpp
3838
${TestSources}/test_DataConversion.cpp
39-
${TestSources}/test_HoldingRegisters.cpp
39+
# ${TestSources}/test_HoldingRegisters.cpp
4040
${TestSources}/test_MappedHoldingRegisterController.cpp
4141
#${TestSources}/test_MappedInputRegisterController.cpp
4242
${TestSources}/test_MappedRegisterDataStore.cpp
4343
# ${TestSources}/test_RtuMaster.cpp
4444
${TestSources}/test_RtuProtocol.cpp
45-
${TestSources}/test_RtuSlave.cpp
45+
# ${TestSources}/test_RtuSlave.cpp
4646
${TestSources}/test_buffer.cpp
4747
${TestSources}/test_ringbuffer.cpp
4848
${TestSources}/test_Modbus.cpp

0 commit comments

Comments
 (0)