mirror of https://github.com/m-labs/artiq.git
moninj: add min declaration
This commit is contained in:
parent
ec645d3589
commit
0da2202179
|
@ -12,6 +12,8 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "moninj.h"
|
#include "moninj.h"
|
||||||
|
|
||||||
|
#define min(a, b) (a>b?b:a)
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
MONINJ_REQ_MONITOR = 1,
|
MONINJ_REQ_MONITOR = 1,
|
||||||
MONINJ_REQ_TTLSET = 2
|
MONINJ_REQ_TTLSET = 2
|
||||||
|
|
Loading…
Reference in New Issue