Skip to content

Commit

Permalink
SimulatedTransport class
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubanek committed Nov 18, 2024
1 parent 303341a commit 5e67c6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/Modbus/BusList.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ class MissingResponse : public std::runtime_error {
};

/**
* Error thrown when a wrong addressed response is received. This is mostly
* caused by an @glos{ILC} on the bus being dead/not reacting to the command
* send. The next address is then received.
* Error thrown when a wrong response is received. This is mostly caused by an
* @glos{ILC} on the bus being dead/not reacting to the command send. The next
* address is then received.
*/
class WrongResponse : public std::runtime_error {
public:
Expand Down

0 comments on commit 5e67c6b

Please sign in to comment.