updated motor move to function signiture

This commit is contained in:
Jake Goodwin 2025-02-12 14:53:11 -08:00
parent da7a6e46e8
commit 98c9fde2b9
1 changed files with 2 additions and 2 deletions

View File

@ -112,10 +112,10 @@ uint16_t ReadADC(void);
/** /**
* @brief Reads the ADC pin * @brief
* @param * @param
*/ */
void MotorMoveTo(uint8_t pos); void MotorMoveTo(uint8_t target);
/** /**
* @brief * @brief