Skip to content

Commit

Permalink
Resolve PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaigh committed Nov 4, 2024
1 parent c6a47b8 commit 2289c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/thermal_mgr/thermal_mgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void initThermalSystemManager(lm75bd_config_t *config) {
error_code_t thermalMgrSendEvent(thermal_mgr_event_t *event) {
/* Send an event to the thermal manager queue */

if (thermalMgrQueueHandle == NULL || event == NULL) {
if (thermalMgrQueueHandle == NULL) {
return ERR_CODE_INVALID_STATE;
}

Expand Down

0 comments on commit 2289c9f

Please sign in to comment.