SU1_ADC define changed to SU1_ADC_ENABLE

This commit is contained in:
Ross Owen
2012-11-29 17:59:20 +00:00
parent dcf01a9d63
commit c31355aa18
2 changed files with 4 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ int main()
#define c_usb_test null
#endif
#ifdef SU1_ADC
#ifdef SU1_ADC_ENABLE
chan c_adc;
#else
#define c_adc null
@@ -280,7 +280,7 @@ int main()
}
#endif
#ifdef SU1_ADC
#ifdef SU1_ADC_ENABLE
xs1_su_adc_service(c_adc);
#endif