|
@@ -16,7 +16,7 @@
|
|
|
#include "api.h"
|
|
|
#include "board_config.h"
|
|
|
#include "bikegearsensor.h"
|
|
|
-
|
|
|
+#include "user.h"
|
|
|
/******************************
|
|
|
*
|
|
|
* Parameter
|
|
@@ -81,9 +81,9 @@ void bikegearsensor_voBikeGearsensorDetect(void)
|
|
|
bikegearsensor_stBikeGearsensorOut.uwDetectTimeCnt = 0;
|
|
|
}
|
|
|
}
|
|
|
-/*#if (GEARSENSOR_ENABLE == 0)
|
|
|
+#if (GEARSENSOR_ENABLE == 0)
|
|
|
bikegearsensor_stBikeGearsensorOut.blGearSensorOnFlg = FALSE;
|
|
|
-#endif*/
|
|
|
+#endif
|
|
|
}
|
|
|
/***************************************************************
|
|
|
Function: bikegearsensor_blBikeGetState;
|