14 lines
329 B
C
14 lines
329 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
|
||
|
|
* Description: Phase recognition requirements development raw_timer_pga.h code
|
||
|
|
* Author: CompanyName
|
||
|
|
* Create: 2012-04-08
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __RAW_TIMER_PGA_H__
|
||
|
|
#define __RAW_TIMER_PGA_H__
|
||
|
|
#include <soc_types.h>
|
||
|
|
#include <soc_mdm_types.h>
|
||
|
|
|
||
|
|
#endif
|