https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 2b4624153022cc359af56eb110de14f4ae556314 authored by g3gg0 on 23 April 2014, 20:32:11 UTC
Close branch pravdomil/readmemd-edited-online-with-bitbucket-1398284535670
Tip revision: 2b46241
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