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.
pull/2165/head
Damien George 2016-06-05 12:45:37 +01:00
rodzic 1d5aa9d245
commit 5b8e884573
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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)