https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: e570ae990944162b1a3c06b58867f644b07511da authored by a1ex on 19 June 2016, 18:37:47 UTC
Close branch 6D.116.
Tip revision: e570ae9
afma.h
// 7D AFMA constants
#define PROP_AFMA 0x80010006

static int8_t afma_buf[0x17];
#define AFMA_MODE       afma_buf[0x05]
#define AFMA_PER_LENS   afma_buf[0x11]
#define AFMA_ALL_LENSES afma_buf[0x13]
back to top