cpuport.c 301 B

1234567891011121314151617
  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. #include <rtthread.h>
  11. #undef rt_hw_isb
  12. rt_weak void rt_hw_isb(void)
  13. {
  14. return ;
  15. }