mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_Linux: Util_RPI: Add message about unknown board
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
4af6142933
commit
3f451b9f4c
@ -86,6 +86,9 @@ void UtilRPI::_get_board_type_using_peripheral_base()
|
|||||||
_linux_board_version = LINUX_BOARD_TYPE::ALLWINNWER_H616;
|
_linux_board_version = LINUX_BOARD_TYPE::ALLWINNWER_H616;
|
||||||
printf("AllWinner-H616 \r\n");
|
printf("AllWinner-H616 \r\n");
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
printf("Unknown board \n\r");
|
||||||
|
printf("Peripheral base address is %x\n", base);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ;
|
return ;
|
||||||
|
Loading…
Reference in New Issue
Block a user