https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 801660f93f55362dae7b6688a0049fd8ea7f7d33 authored by danne on 08 January 2017, 21:56:40 UTC
remove
Tip revision: 801660f
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