inav icon indicating copy to clipboard operation
inav copied to clipboard

multiple include file

Open rizacelik opened this issue 1 year ago • 0 comments

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

rizacelik avatar Apr 11 '24 11:04 rizacelik