This website requires JavaScript.
Explore
Impressum
Datenschutzerklärung
Help
Sign In
Firmware
/
MNRS-BM-BSP
Watch
7
Star
0
Fork
You've already forked MNRS-BM-BSP
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e8cfbbdab0
MNRS-BM-BSP
/
include
/
ehrenberg
/
devices
/
camera.h
7 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
fixes include guards
2024-08-04 13:27:53 +02:00
#
ifndef _DEVICES_CAM_H
#
define _DEVICES_CAM_H
adds missing ehrenberg devices
2024-06-10 12:21:20 +02:00
#
include
"gen/camera.h"
fixes include guards
2024-08-04 13:27:53 +02:00
#
endif
/* _DEVICES_CAM_H */