gnss: update gnss fw download code

Change-Id: Iaba40436629ee6ff4b63961d697eeb27ced814c2
diff --git a/mbtk/mbtk_gnssd/hd8122_dl/port.h b/mbtk/mbtk_gnssd/hd8122_dl/port.h
index 56ea1e9..5e55db8 100755
--- a/mbtk/mbtk_gnssd/hd8122_dl/port.h
+++ b/mbtk/mbtk_gnssd/hd8122_dl/port.h
@@ -16,11 +16,12 @@
 #include <dirent.h>

 #include <sys/stat.h>

 

+#include "mbtk_log.h"

 #define SUCCESS 0

 #define FAIL -1

 

 #ifndef HDBD_LOG

-#define HDBD_LOG printf

+#define HDBD_LOG LOGE

 #endif

 

 typedef unsigned char  uint8_t;