17 lines
356 B
C
17 lines
356 B
C
/**
|
||
* 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 |