Files
paparazzi/tests/modules/dummy.h
T
2021-11-29 11:03:44 +01:00

13 lines
237 B
C

#ifndef CONFIG_DUMMY_H
#define CONFIG_DUMMY_H
//#define BOARD_DUMY
//
/* Cameras */
#include "peripherals/video_device.h"
extern struct video_config_t bottom_camera;
extern struct video_config_t front_camera;
#endif // CONFIG_DUMMY_H