rusefi-1/firmware/development/rfi_perftest.h

16 lines
252 B
C

/**
* @file rfi_perftest.h
*
* @date Nov 30, 2012
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef RFI_PERFTEST_H_
#define RFI_PERFTEST_H_
#include "global.h"
void initTimePerfActions(Logging *sharedLogger);
#endif /* RFI_PERFTEST_H_ */