Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
debug.h
Go to the documentation of this file.
1 /* Copyright (c) Nordic Semiconductor. All Rights Reserved.
2  *
3  * The information contained herein is property of Nordic Semiconductor ASA.
4  * Terms and conditions of usage are described in detail in NORDIC
5  * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
6  *
7  * Licensees are granted free, non-transferable use of the information. NO
8  * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
9  * the file.
10  *
11  */
12 
22 void debug(void);
23 
27 void debug_add_string(const char *s);
28 
void debug_add_string(const char *s)
Add string to debug output.
Definition: pru_debug.c:578
void debug(void)
Process debug commands.
Definition: pru_debug.c:564