mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_HAL_ESP32: format scheduler stack declarations
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
parent
f10333e787
commit
7c1af5a1a9
@ -92,9 +92,9 @@ public:
|
||||
static const int WIFI_SS1 = 1024*2.25;
|
||||
static const int WIFI_SS2 = 1024*2.25;
|
||||
static const int UART_SS = 1024*2.25;
|
||||
static const int DEVICE_SS = 1024*4; // (DEVICEBUS/s)
|
||||
static const int IO_SS = 1024*3.5; // (APM_IO)
|
||||
static const int STORAGE_SS = 1024*2; // (APM_STORAGE)
|
||||
static const int DEVICE_SS = 1024*4; // DEVICEBUS/s
|
||||
static const int IO_SS = 1024*3.5; // APM_IO
|
||||
static const int STORAGE_SS = 1024*2; // APM_STORAGE
|
||||
|
||||
private:
|
||||
AP_HAL::HAL::Callbacks *callbacks;
|
||||
|
Loading…
Reference in New Issue
Block a user