kernel: merge _IS_IN_ISR() with _is_in_isr()

They were the same, standardize on the lowercase one.

Change-Id: I8bca080e45f3e0970697d4451e468b9081f96f5f
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2016-10-27 16:57:13 -04:00 committed by Anas Nashif
commit b452817b67
7 changed files with 3 additions and 8 deletions

View file

@ -322,7 +322,6 @@ _set_thread_return_value_with_data(struct k_thread *thread, unsigned int value,
extern void nano_cpu_atomic_idle(unsigned int);
#define _IS_IN_ISR() _IsInIsr()
#define _is_in_isr() _IsInIsr()
extern void _IntLibInit(void);