Make 800 bytes space on IO. From @tridge.

This commit is contained in:
Lorenz Meier
2016-03-24 10:40:29 +01:00
parent 1f47aa1180
commit 2fa1673ee0
+6
View File
@@ -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.
*/