cpu test now also prints project credits

This commit is contained in:
stnolting 2020-07-08 16:16:51 +02:00
parent dfdb1544ed
commit 2ff653f600

View file

@ -146,6 +146,9 @@ int main() {
// intro
neorv32_uart_printf("\n\n------ CPU TEST ------\n\n");
// show project credits
neorv32_rte_print_credits();
// show full HW config report
neorv32_rte_print_hw_config();