1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Fixed missing include in 'master'.

This commit is contained in:
Michael Keller 2019-11-29 15:58:02 +13:00
parent c8b5edb415
commit 096b9320d0

View file

@ -145,6 +145,7 @@
#include "pg/pg.h"
#include "pg/rx.h"
#include "pg/rx_pwm.h"
#include "pg/rx_spi.h"
#include "pg/sdcard.h"
#include "pg/vcd.h"
#include "pg/vtx_io.h"