Turning off LOG_INTERRUPTS

This commit is contained in:
Nathan Woods 2013-03-17 12:13:43 +00:00
parent 5a19756c73
commit 8f997bde32

View file

@ -84,7 +84,7 @@ March 2013 NPW:
// PARAMETERS
//**************************************************************************
#define LOG_INTERRUPTS 1
#define LOG_INTERRUPTS 0
// turn off 'unreferenced label' errors
#ifdef __GNUC__