https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 23414980f5e921bc4017236c40990fb6165020c8 authored by Daniel Fort on 04 March 2018, 04:58:13 UTC
6D DEFAULT_RAW_BUFFER_SIZE
Tip revision: 2341498
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