From ea1c0f4b5de4d266c4d9dc164a4a909405755a3d Mon Sep 17 00:00:00 2001 From: liyitangli <98651201+liyitangli@users.noreply.github.com> Date: Sat, 29 Jan 2022 22:09:48 +0800 Subject: [PATCH] Update gpssim.h --- gpssim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/