Revision 53710ca3 os/core/src/aos_debug.c

View differences:

os/core/src/aos_debug.c
16 16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17
*/
18 18

  
19
/**
20
 * @file    aos_debug.c
21
 * @brief   Functions necessary to print an error on system halt.
22
 *
23
 * @addtogroup aos_debug
24
 * @{
25
 */
26

  
19 27
#include <aos_debug.h>
20 28

  
21 29
#include <hal.h>
......
128 136

  
129 137
  return;
130 138
}
139

  
140
/** @} */

Also available in: Unified diff