1 /* 2 * Copyright (c) 2006-2024, RT-Thread Development Team 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 * 6 * Change Logs: 7 * Date Author Notes 8 * 2024-04-26 Shell lockless rt_completion 9 */ 10 11 #include <rtthread.h> 12 13 #undef rt_hw_isb rt_hw_isb(void)14rt_weak void rt_hw_isb(void) 15 { 16 return ; 17 } 18