commit | 66bce34af21bef3a399b76c14626f3ea940adabd | [log] [tgz] |
---|---|---|
author | Pisit Sawangvonganan <pisit@ndrsolution.com> | Fri Sep 13 12:05:46 2024 +0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Sep 17 05:23:19 2024 -0400 |
tree | fabb96faab2c0154b511e2ff801fa1d02663e15b | |
parent | 9acf53e412669af762441f3bbc8b79a6f6c236cb [diff] |
drivers: i3c: shell: fix compilation error in `cmd_i3c_ccc_getmxds` Resolved a compilation error where `maxwr`, `maxrd`, and `max_read_turnaround` were incorrectly referenced. The code was updated to correctly access these fields from the `data_speed` structure. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>