#include "hal/hal.h" #include "hall_speed.h" float hall_get_theta(void){ return 0.0f; } float hall_get_speed(void) { return 0.0f; }