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