eive-obsw/linux/devices/devicedefinitions/payloadPcduDefinitions.h
Robin Mueller 9313fa4639
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
plpcdu stuff
2022-02-10 15:39:54 +01:00

13 lines
297 B
C++

#ifndef LINUX_DEVICES_DEVICEDEFINITIONS_PAYLOADPCDUDEFINITIONS_H_
#define LINUX_DEVICES_DEVICEDEFINITIONS_PAYLOADPCDUDEFINITIONS_H_
#include <cstddef>
namespace plpcdu {
static constexpr size_t MAX_ADC_REPLY_SIZE = 32;
}
#endif /* LINUX_DEVICES_DEVICEDEFINITIONS_PAYLOADPCDUDEFINITIONS_H_ */