AP_HAL: add support for @SYS/dma.txt for DMA contention
This commit is contained in:
parent
c5c810b724
commit
d2e01005ee
@ -185,6 +185,9 @@ public:
|
||||
// request information on running threads
|
||||
virtual size_t thread_info(char *buf, size_t bufsize) { return 0; }
|
||||
|
||||
// request information on dma contention
|
||||
virtual size_t dma_info(char *buf, size_t bufsize) { return 0; }
|
||||
|
||||
protected:
|
||||
// we start soft_armed false, so that actuators don't send any
|
||||
// values until the vehicle code has fully started
|
||||
|
Loading…
Reference in New Issue
Block a user