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