11 lines
239 B
C
Raw Normal View History

2025-03-30 09:50:15 -07:00
//#ifndef REMOVE_MC_TEST
#ifndef CHANNELESTIMPL_H_
#define CHANNELESTIMPL_H_
#include "ucps2.h"
#include <ChannelEst.h>
#include "stdio.h"
void ChannelEstImpl(int *ConfigAddr, int *InAddr1, int *InAddr2, int *OutAddr);
2025-03-30 09:50:15 -07:00
#endif //DEBUG_MC