https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 4d44bfb1bdd728c77febca067f792b6be66875bd authored by alex@thinkpad on 11 August 2018, 07:06:34 UTC
Tasks: new method for checking whether an interrupt is active
Tip revision: 4d44bfb
Makefile

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

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