mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
version: Also show the hardware profile.
This commit is contained in:
@@ -688,6 +688,8 @@ void print_gpio_status(void) {
|
|||||||
void print_sw_version(void) __banked {
|
void print_sw_version(void) __banked {
|
||||||
print_string("Software version: ");
|
print_string("Software version: ");
|
||||||
print_string(VERSION_SW);
|
print_string(VERSION_SW);
|
||||||
|
print_string("\nHardware: ");
|
||||||
|
print_string(machine.machine_name);
|
||||||
write_char('\n');
|
write_char('\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user