mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-31 07:28:37 -04:00
Style: Revert uncrustify for portable directories (#122)
* Style: revert uncrustify portable directories * Style: Uncrustify Some Portable files Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
This commit is contained in:
parent
a6da1cd0ce
commit
86653e2a1f
273 changed files with 64802 additions and 65931 deletions
|
@ -26,13 +26,13 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* Changes from V3.0.0
|
||||
*
|
||||
* Changes from V3.0.1
|
||||
*
|
||||
* Changes from V4.0.1
|
||||
* Uselib pragma added for Croutine.c
|
||||
*/
|
||||
Changes from V3.0.0
|
||||
|
||||
Changes from V3.0.1
|
||||
|
||||
Changes from V4.0.1
|
||||
Uselib pragma added for Croutine.c
|
||||
*/
|
||||
|
||||
/*
|
||||
* The installation script will automatically prepend this file to the default FreeRTOS.h.
|
||||
|
@ -41,7 +41,7 @@
|
|||
#ifndef WIZC_FREERTOS_H
|
||||
#define WIZC_FREERTOS_H
|
||||
|
||||
#pragma noheap
|
||||
#pragma noheap
|
||||
#pragma wizcpp expandnl on
|
||||
#pragma wizcpp searchpath "$__PATHNAME__/libFreeRTOS/Include/"
|
||||
#pragma wizcpp uselib "$__PATHNAME__/libFreeRTOS/Modules/Croutine.c"
|
||||
|
@ -50,4 +50,4 @@
|
|||
#pragma wizcpp uselib "$__PATHNAME__/libFreeRTOS/Modules/List.c"
|
||||
#pragma wizcpp uselib "$__PATHNAME__/libFreeRTOS/Modules/Port.c"
|
||||
|
||||
#endif /* WIZC_FREERTOS_H */
|
||||
#endif /* WIZC_FREERTOS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue