fome-fw/firmware/development/rfi_perftest.h

16 lines
252 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file rfi_perftest.h
*
* @date Nov 30, 2012
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-07-10 06:01:56 -07:00
*/
#ifndef RFI_PERFTEST_H_
#define RFI_PERFTEST_H_
#include "global.h"
void initTimePerfActions(Logging *sharedLogger);
#endif /* RFI_PERFTEST_H_ */