cc3200: Remove .boot section attribute from osi_TaskCreate function.

This function is no longer used.  Having the .boot section attribute
meant that it was included in the firmware regargless of use.  Without
this attribute the linker can remove the function.
This commit is contained in:
Damien George 2016-06-05 12:45:37 +01:00
parent 1d5aa9d245
commit 5b8e884573
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ OsiReturnVal_e osi_LockObjCreate(OsiLockObj_t* pLockObj)
\note
\warning
*/
__attribute__ ((section (".boot")))
OsiReturnVal_e osi_TaskCreate(P_OSI_TASK_ENTRY pEntry,const signed char * const pcName,
unsigned short usStackDepth, void *pvParameters,
unsigned long uxPriority,OsiTaskHandle* pTaskHandle)