Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: state_machine_modes_1_12_11_11h
Diff: cmd_io.h
- Revision:
- 7:17fdd31d90cf
- Parent:
- 6:ee6b303c2868
- Child:
- 8:d841cc27ebf9
--- a/cmd_io.h Wed Nov 30 04:11:44 2011 +0000
+++ b/cmd_io.h Wed Nov 30 19:16:57 2011 +0000
@@ -55,7 +55,7 @@
uint32_t cmd_code; // extracted command code
uint32_t param[4]; // command parameters
uint32_t nos_params; // number of parameters
- uint32_t result_data[7]; // data resulting from command execution
+ uint32_t result_data[2]; // data resulting from command execution
uint32_t nos_data; // number of data items
uint32_t result_status; // status
} CMD_STRUCT;