X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstlink-usb.c;h=4a62d9dd5ff12d4f27e0b63df13c4f685d2ef0b4;hb=3c3b02e83e358edee5e704eb61b96d7d1561ff42;hp=23ff19176e82fe7c12a0e26a0b3e2bb6b1d82eef;hpb=dae71f4a8e8a24753cfbcaa984fa67c84c0f7a90;p=fw%2Fstlink diff --git a/src/stlink-usb.c b/src/stlink-usb.c index 23ff191..4a62d9d 100644 --- a/src/stlink-usb.c +++ b/src/stlink-usb.c @@ -10,12 +10,6 @@ #include "stlink-usb.h" #include "uglylogging.h" -#define LOG_TAG __FILE__ -#define DLOG(format, args...) ugly_log(UDEBUG, LOG_TAG, format, ## args) -#define ILOG(format, args...) ugly_log(UINFO, LOG_TAG, format, ## args) -#define WLOG(format, args...) ugly_log(UWARN, LOG_TAG, format, ## args) -#define fatal(format, args...) ugly_log(UFATAL, LOG_TAG, format, ## args) - /* code from bsd timersub.h http://www.gnu-darwin.org/www001/src/ports/net/libevnet/work/libevnet-0.3.8/libnostd/bsd/sys/time/timersub.h.html */