Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Sep 2, 2024
1 parent cce5114 commit 5ff40c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esp-wifi/src/compat/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ pub fn sem_create(max: u32, init: u32) -> *mut c_void {
pub fn sem_delete(semphr: *mut c_void) {
trace!(">>> sem delete");

// TODO remove this once fixed in esp_supplicant AND we updated to the fixed - JIRA: WIFI-6676
// TODO remove this once fixed in esp_supplicant AND we updated to the fixed -
// JIRA: WIFI-6676
unsafe {
if semphr as usize > addr_of!(MUTEXES) as usize
&& semphr as usize
Expand Down

0 comments on commit 5ff40c1

Please sign in to comment.