Commit 35be6f48 authored by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Browse files

Minor cleanup of build warnings

parent 3d8d9147
......@@ -179,8 +179,8 @@ int host_status_handler(struct mg_connection *conn, void *cbdata)
// Get status
#ifdef SIMPLEPWM_BASE
for (i = 0; i < 4; i++) {
pwm_values[i] = get_pwm_value(SIMPLEPWM_BASE, i);
tach_values[i] = get_tach_value(SIMPLEPWM_BASE, i);
pwm_values[i] = get_pwm_value((uint8_t*)SIMPLEPWM_BASE, i);
tach_values[i] = get_tach_value((uint8_t*)SIMPLEPWM_BASE, i);
}
#endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment