Hi,
I wanted to define CONFIG_EDMAC_RAW_SLURP in internals.h but looks like I need to find DEFAULT_RAW_BUFFER for my 6D. In raw.c there's some hints how to find it and there's also
#else
/* with Canon lv_save_raw, just read it from EDMAC */
#define DEFAULT_RAW_BUFFER shamem_read(RAW_LV_EDMAC)
#endif
Shouldn't above code define it automatically or is it obsolete?