Change to new CODEC_MASTER define

This commit is contained in:
Ross Owen
2012-09-17 15:26:44 +01:00
parent 89690c13e9
commit 0c70806b4c

View File

@@ -70,8 +70,8 @@
#undef DFU
#endif
#if defined(CODEC_SLAVE) && (CODEC_SLAVE == 0)
#undef CODEC_SLAVE
#if defined(CODEC_MASTER) && (CODEC_MASTER == 0)
#undef CODEC_MASTER
#endif
#if defined(LEVEL_METER_LEDS) && !defined(LEVEL_UPDATE_RATE)