This website works better with JavaScript.
Explore
Help
Sign In
github-forks
/
FreeRTOS-Kernel
mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
Watch
1
Star
0
Fork
You've already forked FreeRTOS-Kernel
0
Code
Issues
Projects
Releases
Wiki
Activity
Fix MISRA directive 4.7 warning (
#977
)
Browse Source
pull/971/head^2
Rahul Kar
1 year ago
committed by
GitHub
parent
d94db2d11d
commit
b4da9e301f
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
portable/Common/mpu_wrappers_v2.c
Unescape
Escape
View File
@ -269,7 +269,7 @@
}
}
}
xTaskResumeAll
(
)
;
(
void
)
xTaskResumeAll
(
)
;
return
lFreeIndex
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
github-forks/FreeRTOS-Kernel
Title
Body
Create Issue