From 40fc0fa50d83edddf0395b7f2db32f7e8e5b20d0 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Fri, 9 Feb 2018 16:58:20 +0800 Subject: [PATCH] Update rtdebug.h --- include/rtdebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/rtdebug.h b/include/rtdebug.h index e600320361..a9c0c0372f 100644 --- a/include/rtdebug.h +++ b/include/rtdebug.h @@ -1,7 +1,7 @@ /* * File : rtdebug.h * This file is part of RT-Thread RTOS - * COPYRIGHT (C) 2006 - 2012, RT-Thread Development Team + * COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -117,7 +117,7 @@ do \ level = rt_hw_interrupt_disable(); \ if (rt_interrupt_get_nest() != 0) \ { \ - rt_kprintf("Function[%s] shall not used in ISR\n", __FUNCTION__); \ + rt_kprintf("Function[%s] shall not ne used in ISR\n", __FUNCTION__); \ RT_ASSERT(0) \ } \ rt_hw_interrupt_enable(level); \ -- GitLab