mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 09:29:07 +08:00
mixer: add missing include
This commit is contained in:
parent
ea87bcb5a2
commit
73ed9deac5
@ -39,6 +39,7 @@
|
||||
|
||||
#include "mixer.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define debug(fmt, args...) do { } while(0)
|
||||
//#define debug(fmt, args...) do { printf("[mixer] " fmt "\n", ##args); } while(0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user