Commit b746d748 authored by Alen Arias Vazquez's avatar Alen Arias Vazquez

added function

parent ed6ba48a
Pipeline #3812 passed with stages
in 121 minutes and 34 seconds
......@@ -132,6 +132,13 @@ int cmd_exit(char *params)
exit(0);
}
int print_gw_info(void)
{
printf("Gateware version information:\n");
return 0;
}
static void print_slot_status(void)
{
int i;
......@@ -375,6 +382,9 @@ int cmd_print_status(char *params)
printf("----------------------------+--------------+\n");
printf("\n");
//! Added FPGA DEVICE Info
print_gw_info();
print_slot_status();
printf("\n");
print_fmc_status();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment