fixed eiger server compiler errors

This commit is contained in:
2018-11-08 17:22:59 +01:00
parent 7a99d4155a
commit a37be4b2e3
2 changed files with 3 additions and 3 deletions

View File

@ -2115,7 +2115,7 @@ int write_adc_register(int file_des) {
uint32_t val = args[1];
FILE_LOG(logDEBUG1, ("Writing 0x%x to ADC Register 0x%x\n", val, addr));
#if defined(GOTTHARDD) || defined(JUNGFRAUD)
#ifdef EIGERD
functionNotImplemented();
#else
#ifndef VIRTUAL