Update olr-lib.h
add #define SPD_MIN_TRACK_AUX min speed for in to Boxes , for mode low speed change track
This commit is contained in:
parent
83dec3f1c1
commit
180eeb654f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
#ifndef _OLR_LIB_h
|
#ifndef _OLR_LIB_h
|
||||||
#define _OLR_LIB_h
|
#define _OLR_LIB_h
|
||||||
|
|
||||||
|
@ -13,6 +12,8 @@ extern "C"{
|
||||||
#include "olr-controller.h"
|
#include "olr-controller.h"
|
||||||
#include "olr-param.h"
|
#include "olr-param.h"
|
||||||
|
|
||||||
|
#define SPD_MIN_TRACK_AUX 0.8
|
||||||
|
|
||||||
enum stcoin{
|
enum stcoin{
|
||||||
COIN_RESET = -2,
|
COIN_RESET = -2,
|
||||||
COIN_WAIT = -1,
|
COIN_WAIT = -1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue