bsal_stack_empty.h 336 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Copyright (c) 2006-2020, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2020-05-28 Supperthomas the first version
  9. */
  10. #ifndef __BSAL_STACK_H__
  11. #define __BSAL_STACK_H__
  12. /**
  13. * @brief Initialize App task
  14. * @return void
  15. */
  16. #endif