11 lines
255 B
C
11 lines
255 B
C
//#ifndef REMOVE_MC_TEST
|
|
#ifndef CHANNELESTIMPL_H_
|
|
#define CHANNELESTIMPL_H_
|
|
#include "ucps2.h"
|
|
#include <ChannelEst.h>
|
|
#include "stdio.h"
|
|
|
|
void ChannelEstImpl(v16u32 * SVRReg,int *ConfigAddr, int *InAddr1, int *InAddr2, int *OutAddr);
|
|
|
|
#endif //DEBUG_MC
|