AP_HAL: add virtual set_cmdline_parameters()

This commit is contained in:
Pierre Kancir 2020-08-23 08:21:47 +02:00 committed by Andrew Tridgell
parent dc8d42b12d
commit 1c80b04544
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ public:
return HAL_PARAM_DEFAULTS_PATH;
}
// set command line parameters to the eeprom on start
virtual void set_cmdline_parameters() {};
// run a debug shall on the given stream if possible. This is used
// to support dropping into a debug shell to run firmware upgrade
// commands