1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #735 from TheAngularity/patch-1

fixed compile error on transponder_ir.c
This commit is contained in:
Martin Budden 2016-07-12 13:34:17 +01:00 committed by GitHub
commit 128a370508

View file

@ -17,6 +17,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include <platform.h>