| 1234567891011121314151617181920 |
- /**************************** (C) COPYRIGHT 2018 Fortiortech shenzhen *****************************
- * File Name : FOCTailDect.h
- * Author : Bruce, Fortiortech Hardware
- * Version : V1.0
- * Date : 2017-12-27
- * Description : This file contains all the common data types used for
- * Motor Control.
- ***************************************************************************************************
- * All Rights Reserved
- **************************************************************************************************/
- #ifndef __FOCTAILDETECT_H_
- #define __FOCTAILDETECT_H_
- #include "FU68xx_5.h"
- #include "Customer.h"
- #endif
|