Skip to content

Commit b4da9e3

Browse files
Fix MISRA directive 4.7 warning (FreeRTOS#977)
1 parent d94db2d commit b4da9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portable/Common/mpu_wrappers_v2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
}
270270
}
271271
}
272-
xTaskResumeAll();
272+
( void ) xTaskResumeAll();
273273

274274
return lFreeIndex;
275275
}

0 commit comments

Comments
 (0)