helper.c 245 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2025 RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2025-08-03 Bernard First version
  9. */
  10. #include "helper.h"
  11. void hello_helper()
  12. {
  13. }