Update gpssim.h

This commit is contained in:
liyitangli 2022-01-29 22:09:48 +08:00 committed by GitHub
parent becf3a33e9
commit ea1c0f4b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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*/