mcu_hi3321_watch/test/common/testsuite/include/test_suite_functions.h
2025-05-26 20:15:20 +08:00

17 lines
356 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Copyright (c) @CompanyNameMagicTag 2022-2022. All rights reserved. \n
*
* Description: Provides test suite functions \n
* Author: @CompanyNameTag \n
* History: \n
* 2022-09-19 Create file. \n
*/
#ifndef TEST_SUITE_FUNCTIONS_H
#define TEST_SUITE_FUNCTIONS_H
#include "test_suite.h"
#include "chip_io.h"
#include "test_suite_uart.h"
#endif