Skip to content

Commit

Permalink
Add a note that ReportServerId is Serial Line only
Browse files Browse the repository at this point in the history
  • Loading branch information
snejugal committed Sep 10, 2024
1 parent 1bbc4de commit cf1f530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub enum Request<'a> {
/// The second parameter is the vector of values to write to the registers.
WriteMultipleRegisters(Address, Cow<'a, [Word]>),

/// A request to report server ID.
/// A request to report server ID (Serial Line only).
ReportServerId,

/// A request to set or clear individual bits of a holding register.
Expand Down

0 comments on commit cf1f530

Please sign in to comment.