Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
mt9v117_nps.c
Go to the documentation of this file.
1 // NPS wrapper for mt9v117.c
2 
3 #define bottom_camera mt9v117_bottom_camera // Do not overwrite NPS camera struct
4 
5 #pragma GCC diagnostic ignored "-Wsign-compare"
6 #pragma GCC diagnostic ignored "-Wunused-parameter"
7 #include "mt9v117.c"
8 #pragma GCC diagnostic pop
mt9v117.c