diff --git a/src/modules/px4iofirmware/px4io.h b/src/modules/px4iofirmware/px4io.h index 709622b5f4f7..b2788ec302e1 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. */