mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-21 21:44:24 -04:00
8 lines
405 B
C++
8 lines
405 B
C++
#pragma once
|
|
|
|
#define DEBUG_APPLICATION_MANAGEMENT 0 /// show verbose logs in ApplicationManager
|
|
#define DEBUG_SCOPED_TIMINGS 1 /// show timings in measured functions
|
|
#define _RT1051_UART_DEBUG 0 /// show full modem uart communication
|
|
#define DEBUG_MODEM_OUTPUT_RESPONSE 1 /// show full modem output
|
|
#define DEBUG_SERVICE_MESSAGES 0 /// show messages prior to handling in service
|