rusefi-1/firmware/development/rfi_perftest.h

16 lines
252 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file rfi_perftest.h
*
* @date Nov 30, 2012
2015-01-12 15:04:10 -08:00
* @author Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*/
#ifndef RFI_PERFTEST_H_
#define RFI_PERFTEST_H_
2015-01-14 15:04:00 -08:00
#include "global.h"
2014-08-29 07:52:33 -07:00
2015-01-14 15:04:00 -08:00
void initTimePerfActions(Logging *sharedLogger);
2014-08-29 07:52:33 -07:00
#endif /* RFI_PERFTEST_H_ */