this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Revision:
90:ed0267eca7b5
Parent:
87:99b37d26ff2a
Child:
103:7b566b522427
--- a/source/BleManager.cpp	Mon Apr 01 08:00:41 2019 +0000
+++ b/source/BleManager.cpp	Sun Apr 07 10:52:37 2019 +0000
@@ -78,7 +78,7 @@
 /** Start BLE interface initialisation */
 void SMDevice::run()
 {
-    printf("\r\n [BTLE MAN]  Thread Id = %d\r\n", Thread::gettid());
+    printf("\r\n [BTLE MAN]  Thread Id = %X\r\n", (uint32_t)ThisThread::get_id());
 
     ble_error_t error;