Skip to content

Commit

Permalink
attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rand-Sai committed Nov 10, 2023
1 parent b9e62be commit 9721436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ int main(void)
temp_monitor_handle = osThreadNew(vTempMonitor, &hi2c1, &temp_monitor_attributes);
watchdog_monitor_handle = osThreadNew(vWatchdogMonitor, GPIOB, &watchdog_monitor_attributes);
imu_monitor_handle = osThreadNew(vIMUMonitor, &hi2c1, &imu_monitor_attributes);
fault_handle = osThreadNew(vFaultHandler, NULL);
fault_handle = osThreadNew(vFaultHandler, NULL, &fault_handle_attributes);

//TODO: Get correct ADC/GPIO value
pedals_monitor_handle = osThreadNew(vPedalsMonitor, &hadc1, &pedals_monitor_attributes);
Expand Down

0 comments on commit 9721436

Please sign in to comment.