https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 76fbed74adb5e40e73092bdf5618808188ee63bb authored by alex@thinkpad on 22 July 2012, 20:05:04 UTC
Small doc update (mostly formatting tweaks for in-camera BMP)
Tip revision: 76fbed7
mvr.h
#ifdef CONFIG_550D
#include "../platform/550D.109/mvr.h"
#endif

#ifdef CONFIG_60D
#include "../platform/60D.111/mvr.h"
#endif

#ifdef CONFIG_600D
#include "../platform/600D.102/mvr.h"
#endif

#ifdef CONFIG_50D
#include "../platform/50D.109/mvr.h"
#endif

#ifdef CONFIG_500D
#include "../platform/500D.111/mvr.h"
#endif

#ifdef CONFIG_1100D
#include "../platform/1100D.105/mvr.h"
#endif

#ifdef CONFIG_5D2
#include "../platform/5D2.212/mvr.h"
#endif

#ifdef CONFIG_5D3
#include "../platform/5D3.112/mvr.h"
#endif
back to top