run clang format script
This commit is contained in:
parent
018d814f29
commit
3c06d2dbbb
@ -77,9 +77,9 @@ class RMAPChannelIF {
|
|||||||
* command; command was not sent
|
* command; command was not sent
|
||||||
* - @c COMMAND_BUFFER_FULL no receiver buffer available for
|
* - @c COMMAND_BUFFER_FULL no receiver buffer available for
|
||||||
* expected len; command was not sent
|
* expected len; command was not sent
|
||||||
* - @c COMMAND_TOO_BIG the data that was to be sent was too long for
|
* - @c COMMAND_TOO_BIG the data that was to be sent was too long
|
||||||
* the hw to handle (write command) or the expected len was bigger than maximal expected len (read
|
* for the hw to handle (write command) or the expected len was bigger than maximal expected len
|
||||||
* command) command was not sent
|
* (read command) command was not sent
|
||||||
* - @c COMMAND_CHANNEL_DEACTIVATED the channel has no port set
|
* - @c COMMAND_CHANNEL_DEACTIVATED the channel has no port set
|
||||||
* - @c NOT_SUPPORTED if you dont feel like
|
* - @c NOT_SUPPORTED if you dont feel like
|
||||||
* implementing something...
|
* implementing something...
|
||||||
|
Loading…
Reference in New Issue
Block a user