mirror of https://github.com/ArduPilot/ardupilot
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;
|
||||
printf("AllWinner-H616 \r\n");
|
||||
break;
|
||||
default:
|
||||
printf("Unknown board \n\r");
|
||||
printf("Peripheral base address is %x\n", base);
|
||||
}
|
||||
|
||||
return ;
|
||||
|
|
Loading…
Reference in New Issue