mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 06:30:34 +08:00
Make 800 bytes space on IO. From @tridge.
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
|
||||
#include <systemlib/pwm_limit/pwm_limit.h>
|
||||
|
||||
/*
|
||||
hotfix: we are critically short of memory in px4io and this is the
|
||||
easiest way to reclaim about 800 bytes.
|
||||
*/
|
||||
#define perf_alloc(a,b) NULL
|
||||
|
||||
/*
|
||||
* Constants and limits.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user