Commit 68b9f67
authored
Fix ChibiOS version display to show correct product version (#178)
The 'show system' command was displaying only the RT kernel version (5.1.0)
instead of the actual ChibiOS product version (18.2.2).
This commit:
- Adds include for chversion.h to access CH_VERSION macro
- Updates display to show both ChibiOS product version and RT kernel version
- Changes output from 'ChibiOS 5.1.0' to 'ChibiOS 18.2.2 (RT 5.1.0)'
This provides users with complete version information about both the
ChibiOS product and the specific RT kernel version being used.1 parent dfb2879 commit 68b9f67
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
221 | | - | |
| 222 | + | |
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| |||
0 commit comments