diff options
Diffstat (limited to 'apps/gui/wps.h')
-rw-r--r-- | apps/gui/wps.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/wps.h b/apps/gui/wps.h index 76932a323a..0aa496748b 100644 --- a/apps/gui/wps.h +++ b/apps/gui/wps.h @@ -43,4 +43,7 @@ bool is_wps_fading(void); int wps_get_ff_rewind_count(void); #endif /* IPOD_ACCESSORY_PROTOCOL */ +/* in milliseconds */ +#define DEFAULT_SKIP_TRESH 3000l + #endif /* _WPS_H_ */ |