nrf/twis: FIx doc typo
This commit is contained in:
parent
465e4c8b19
commit
cb88dd285d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ enum Status {
|
|||
pub enum Error {
|
||||
/// TX buffer was too long.
|
||||
TxBufferTooLong,
|
||||
/// TX buffer was too long.
|
||||
/// RX buffer was too long.
|
||||
RxBufferTooLong,
|
||||
/// Didn't receive an ACK bit after a data byte.
|
||||
DataNack,
|
||||
|
|
Loading…
Reference in a new issue