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