
#ifndef GUARD_config_h
#define GUARD_config_h

#include "ads1271evm_mmb0cfg.h"

#define CPUCLOCK 144000000

// comment these out if you have your own ISRs for these
// void isr_INT(Arg a)
#define DEFAULT_INT
// void isr_EINT(Arg a)
#define DEFAULT_EINT

#endif

