https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: e9bda8648af499e4b4ac063b356b0b746ec6ae95 authored by dannephoto on 06 October 2017, 07:09:33 UTC
Supposedly fixes following:
Tip revision: e9bda86
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