https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 66d926b4d70655dced9d87f84cbe24ad6c90e96e authored by Daniel Fort on 03 May 2018, 14:31:32 UTC
Merged in 600D.103 firmware update to lua_fix
Tip revision: 66d926b
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