mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
default pattern file for mythen3
This commit is contained in:
@ -7,7 +7,9 @@ int loadDefaultPattern(char *fname);
|
||||
|
||||
int default_writePatternWord(char *line, uint32_t addr, uint64_t word);
|
||||
|
||||
#ifndef MYTHEN3D
|
||||
int default_writePatternIOControl(char *line, uint64_t arg);
|
||||
#endif
|
||||
|
||||
int default_setPatternLoopLimits(char *line, uint32_t startAddr,
|
||||
uint32_t stopAddr);
|
||||
|
@ -8,7 +8,7 @@
|
||||
defined(MOENCHD)
|
||||
#include "AD9257.h" // commonServerFunctions.h, blackfin.h, ansi.h
|
||||
#endif
|
||||
#ifdef MOENCHD
|
||||
#if defined(MOENCHD) || defined(MYTHEN3D)
|
||||
#include "readDefaultPattern.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user