9 lines
102 B
C
9 lines
102 B
C
#ifndef MACRO_H
|
|
#define MACRO_H
|
|
|
|
|
|
#define MaxNChannels 16
|
|
#define MaxRecordLength 0x3fff * 8
|
|
|
|
#endif
|