inav
inav copied to clipboard
multiple include file
This is not a bug but it is a situation where more than one file is included. It's probably been there for a long time.
#include "drivers/pwm_output.h" #include "drivers/pwm_output.h"
https://github.com/iNavFlight/inav/blob/master/src/main/fc/fc_init.c#L62