mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
13 lines
237 B
C
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
|