https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a895a6e25612356e551b5f60261a9544d6fc58cb authored by Daniel Fort on 21 February 2019, 18:16:34 UTC
7D_MASTER: Update needed to sync with commit 4c33f64
Tip revision: a895a6e
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