diff --git a/gpssim.h b/gpssim.h index be86905..37b8be2 100644 --- a/gpssim.h +++ b/gpssim.h @@ -17,7 +17,7 @@ /*! \brief Maximum number of user motion points */ #ifndef USER_MOTION_SIZE -#define USER_MOTION_SIZE (3000) // max duration at 10Hz +#define USER_MOTION_SIZE (300000) // max duration at 10Hz #endif /*! \brief Maximum duration for static mode*/