Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix: reduce the extent of ExecuteCommand.1.3 #147

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions uavcan/node/435.ExecuteCommand.1.3.dsdl
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ uint8 STATUS_INTERNAL_ERROR = 6 # The operation should have succeeded but an
uint8 status
# The result of the request.

uint8[<=uavcan.file.Path.2.0.MAX_LENGTH] output
uint8[<=46] output
# Any output that could be useful that has the capability to convey detailed information.
# Users can send commands and receive specific data, like device status or measurements back in a streamlined manner.
# The standard commands should leave this field empty unless explicitly specified otherwise.

@extent 300 * 8
@extent 48 * 8
Loading