NppClone/src/parameters.h

10 lines
130 B
C

#ifndef PARAMETERS_H
#define PARAMETERS_H
#define DEBUG_MODE 1
#define BIAS 1
#define NOBIAS (1-BIAS)
#define CALCEMU 1
#endif