Skip to content

Commit

Permalink
test(ReadClock): Use template parameters for PDU bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
mycroes committed Aug 29, 2023
1 parent 13544a1 commit 5e1ac8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S7.Net.UnitTest/CommunicationTests/ReadClock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 02 f0 80

// S7 read clock
// UserData header
32 07 00 00 07 00
32 07 00 00 PDU1 PDU2
// Parameter length
00 08
// Data length
Expand Down Expand Up @@ -58,7 +58,7 @@ 02 f0 80

// S7 read clock response
// UserData header
32 07 00 00 07 00
32 07 00 00 PDU1 PDU2
// Parameter length
00 0c
// Data length
Expand Down

0 comments on commit 5e1ac8c

Please sign in to comment.