https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f9c1d98be10a17ac94001eb202e6cdd9cd9dae2c authored by Daniel Fort on 28 August 2015, 19:40:33 UTC
fixes magic zoom flicker on EOS-M
Tip revision: f9c1d98
Makefile

# define the module name - make sure name is max 8 characters
MODULE_NAME=mem_chk
MODULE_OBJS=mem_chk.o

# include modules environment
include ../Makefile.modules
back to top