mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 22:18:14 +08:00
27 lines
881 B
C
27 lines
881 B
C
/**
|
|
******************************************************************************
|
|
* @file qc_test.h
|
|
* @author William Xu
|
|
* @version V1.0.0
|
|
* @date 18-Dec-2016
|
|
* @brief This file provide the QC test function prototypes called before
|
|
* application's entrance: application_start().
|
|
******************************************************************************
|
|
*
|
|
* UNPUBLISHED PROPRIETARY SOURCE CODE
|
|
* Copyright (c) 2016 MXCHIP Inc.
|
|
*
|
|
* The contents of this file may not be disclosed to third parties, copied or
|
|
* duplicated in any form, in whole or in part, without the prior written
|
|
* permission of MXCHIP Corporation.
|
|
******************************************************************************
|
|
*/
|
|
|
|
/** @brief Start QC test function
|
|
* @param none
|
|
*
|
|
* @retval none.
|
|
*/
|
|
void mico_system_qc_test( void );
|
|
|