Skip to content
Snippets Groups Projects
Commit b484fdab authored by Jason Short's avatar Jason Short
Browse files

added some more throttle imax range

renamed Super Simple
parent fa908795
No related branches found
No related tags found
No related merge requests found
...@@ -468,8 +468,8 @@ ...@@ -468,8 +468,8 @@
# define RTL_THR THROTTLE_HOLD # define RTL_THR THROTTLE_HOLD
#endif #endif
#ifndef RESET_SIMPLE #ifndef SUPER_SIMPLE
# define RESET_SIMPLE DISABLED # define SUPER_SIMPLE DISABLED
#endif #endif
...@@ -634,7 +634,7 @@ ...@@ -634,7 +634,7 @@
# define THROTTLE_I 0.0 // # define THROTTLE_I 0.0 //
#endif #endif
#ifndef THROTTLE_IMAX #ifndef THROTTLE_IMAX
# define THROTTLE_IMAX 50 # define THROTTLE_IMAX 300
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment