Mavlink_passthrough

make ENABLE_MAVLINK_PASSTHROUGH=1`not working in the battery example.
mavlink_passthrough.h no such file or directory error

You need to clean build and then add it as an argument for the cmake configure line, e.g.

cmake -DENABLE_MAVLINK_PASSTHROUGH=ON -j 8 -Bbuild -S. && cmake --build build -j 8