M module-apps/application-call/windows/CallWindow.cpp => module-apps/application-call/windows/CallWindow.cpp +0 -1
@@ 13,7 13,6 @@
#include "application-call/ApplicationCall.hpp"
#include "application-call/data/CallSwitchData.hpp"
-#include <bits/stdint-uintn.h>
#include <i18n/i18n.hpp>
#include <service-audio/AudioServiceAPI.hpp>
M module-utils/log/debug.hpp => module-utils/log/debug.hpp +1 -1
@@ 8,7 8,7 @@
#define _RT1051_UART_DEBUG 0 /// show full modem uart communication
#define DEBUG_BLUETOOTH_HCI_COMS 0 /// show communication with BT module - transactions
#define DEBUG_BLUETOOTH_HCI_BYTES 0 /// show communication with BT module - all the HCI bytes
-#define DEBUG_MODEM_OUTPUT_RESPONSE 0 /// show full modem output
+#define DEBUG_MODEM_OUTPUT_RESPONSE 1 /// show full modem output
#define DEBUG_SERVICE_MESSAGES 0 /// show messages prior to handling in service
#define DEBUG_DB_MODEL_DATA 0 /// show messages prior to handling in service
#define DEBUG_FONT 0 /// show Font debug messages