T-ramp tested, seems like it works fine

This commit is contained in:
eddyem
2025-04-14 21:39:06 +03:00
parent 76ddd60c7d
commit a496c5cc54
7 changed files with 249 additions and 133 deletions

View File

@@ -36,7 +36,7 @@ typedef enum{
static movingsage_t movingstage = STAGE_STOPPED;
int initlims(limits_t *lim){
static int initlims(limits_t *lim){
if(!lim) return FALSE;
Min = lim->min;
Max = lim->max;