2018-03-10 17:58:51 -08:00
|
|
|
/*
|
|
|
|
* test_fasterEngineSpinningUp.h
|
|
|
|
*
|
|
|
|
* Created on: Mar 6, 2018
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TEST_FASTERENGINESPINNINGUP_H_
|
|
|
|
#define TEST_FASTERENGINESPINNINGUP_H_
|
|
|
|
|
2018-09-16 19:39:46 -07:00
|
|
|
#include "global.h"
|
2018-03-10 17:58:51 -08:00
|
|
|
|
|
|
|
void testFasterEngineSpinningUp();
|
|
|
|
|
|
|
|
#endif /* TEST_FASTERENGINESPINNINGUP_H_ */
|