Files
MuditaOS/module-utils/log/debug.hpp
Adam Dobrowolski 2a57cfccd5 [EGD-2571] SendCommand commonized between ATparser and DLC_channel
* option to handle response based on OK/ERROR
* better return value - Response code & response values
* common parent for common behaviour (TODO add ->cmd(...) to mux channels)
* better logging
* small fixups
2020-02-18 07:39:16 +00:00

7 lines
151 B
C++

#pragma once
#define DEBUG_APPLICATION_MANAGEMENT 0
#define DEBUG_SCOPED_TIMINGS 1
#define _RT1051_UART_DEBUG 0
#define DEBUG_MODEM_OUTPUT_RESPONSE 1