Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
@@ -28,6 +28,10 @@ extern uint32_t board_millis();
({ __typeof__ (a) _a = (a); \
__typeof__ (b) _b = (b); \
_a < _b ? _a : _b; })
#define MAX(a,b) \
_a > _b ? _a : _b; })
#endif
#include <string.h>
The note is not visible to the blocked user.