Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Update gpssim.h #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gpssim.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down