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:
parent
539003b697
commit
b452817b67
7 changed files with 3 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue