kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'master' into yaesu-ft991-and-ftdx5000-fixes
commit
0f171f6aa6
|
@ -42,7 +42,7 @@
|
||||||
#include "ts990s.h"
|
#include "ts990s.h"
|
||||||
|
|
||||||
#ifndef max
|
#ifndef max
|
||||||
#define max(a,b) (((a) (b)) ? (a) : (b))
|
#define max(a,b) (((a) > (b)) ? (a) : (b))
|
||||||
#define min(a,b) (((a) < (b)) ? (a) : (b))
|
#define min(a,b) (((a) < (b)) ? (a) : (b))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue