diff --git a/src/modules/px4iofirmware/px4io.h b/src/modules/px4iofirmware/px4io.h index 3f35c471a5..73d222bbb8 100644 --- a/src/modules/px4iofirmware/px4io.h +++ b/src/modules/px4iofirmware/px4io.h @@ -48,6 +48,12 @@ #include +/* + 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. */