committing fix to PURPLE_KAZZO as noted last commit
This commit is contained in:
parent
8b5650b75f
commit
cb2d2e693a
|
|
@ -17,7 +17,7 @@
|
||||||
//There are defines for kazzo version, turns out unique early versions
|
//There are defines for kazzo version, turns out unique early versions
|
||||||
//can be differentiated by solder mask color.
|
//can be differentiated by solder mask color.
|
||||||
//Final version is default and doesn't need any defines
|
//Final version is default and doesn't need any defines
|
||||||
//#define PURPLE_KAZZO
|
#define PURPLE_KAZZO
|
||||||
//#define GREEN_KAZZO //GREEN needs PURPLE defined at same time
|
//#define GREEN_KAZZO //GREEN needs PURPLE defined at same time
|
||||||
|
|
||||||
#ifdef GREEN_KAZZO
|
#ifdef GREEN_KAZZO
|
||||||
|
|
@ -848,7 +848,7 @@ void software_AXL_CLK();
|
||||||
#ifdef GREEN_KAZZO
|
#ifdef GREEN_KAZZO
|
||||||
#define AHL_CLK() software_AHL_CLK()
|
#define AHL_CLK() software_AHL_CLK()
|
||||||
#define AXL_CLK() software_AXL_CLK()
|
#define AXL_CLK() software_AXL_CLK()
|
||||||
#elif PURPLE_KAZZO
|
#elif defined PURPLE_KAZZO
|
||||||
#define AHL_CLK() CTL_SET_HI(AHLbank, AHL); CTL_SET_LO(AHLbank, AHL)
|
#define AHL_CLK() CTL_SET_HI(AHLbank, AHL); CTL_SET_LO(AHLbank, AHL)
|
||||||
#define AXL_CLK() CTL_SET_HI(FREEbank, FREE); CTL_SET_LO(FREEbank, FREE)
|
#define AXL_CLK() CTL_SET_HI(FREEbank, FREE); CTL_SET_LO(FREEbank, FREE)
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue