15 lines
250 B
C
15 lines
250 B
C
|
/*
|
||
|
* test_fasterEngineSpinningUp.h
|
||
|
*
|
||
|
* Created on: Mar 6, 2018
|
||
|
*/
|
||
|
|
||
|
#ifndef TEST_FASTERENGINESPINNINGUP_H_
|
||
|
#define TEST_FASTERENGINESPINNINGUP_H_
|
||
|
|
||
|
#include "main.h"
|
||
|
|
||
|
void testFasterEngineSpinningUp();
|
||
|
|
||
|
#endif /* TEST_FASTERENGINESPINNINGUP_H_ */
|