Disable all logging
This commit is contained in:
		
							parent
							
								
									9898fed806
								
							
						
					
					
						commit
						a0b5cbbc1c
					
				@ -659,11 +659,11 @@
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef MYNEWT_VAL_BLE_MONITOR_RTT
 | 
			
		||||
#define MYNEWT_VAL_BLE_MONITOR_RTT (1)
 | 
			
		||||
#define MYNEWT_VAL_BLE_MONITOR_RTT (0)
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef MYNEWT_VAL_BLE_MONITOR_RTT_BUFFERED
 | 
			
		||||
#define MYNEWT_VAL_BLE_MONITOR_RTT_BUFFERED (1)
 | 
			
		||||
#define MYNEWT_VAL_BLE_MONITOR_RTT_BUFFERED (0)
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef MYNEWT_VAL_BLE_MONITOR_RTT_BUFFER_NAME
 | 
			
		||||
 | 
			
		||||
@ -8460,15 +8460,15 @@
 | 
			
		||||
// <e> NRF_LOG_ENABLED - nrf_log - Logger
 | 
			
		||||
//==========================================================
 | 
			
		||||
#ifndef NRF_LOG_ENABLED
 | 
			
		||||
#define NRF_LOG_ENABLED 1
 | 
			
		||||
#define NRF_LOG_ENABLED 0
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef NRF_LOG_BACKEND_RTT_ENABLED
 | 
			
		||||
#define NRF_LOG_BACKEND_RTT_ENABLED 1
 | 
			
		||||
#define NRF_LOG_BACKEND_RTT_ENABLED 0
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef NRF_LOG_BACKEND_SERIAL_USES_RTT
 | 
			
		||||
#define NRF_LOG_BACKEND_SERIAL_USES_RTT 1
 | 
			
		||||
#define NRF_LOG_BACKEND_SERIAL_USES_RTT 0
 | 
			
		||||
#endif
 | 
			
		||||
// <h> Log message pool - Configuration of log message pool
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user