Skip to content

Commit 5b8e884

Browse files
committed
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.
1 parent 1d5aa9d commit 5b8e884

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cc3200/simplelink/oslib/osi_freertos.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ OsiReturnVal_e osi_LockObjCreate(OsiLockObj_t* pLockObj)
273273
\note
274274
\warning
275275
*/
276-
__attribute__ ((section (".boot")))
277276
OsiReturnVal_e osi_TaskCreate(P_OSI_TASK_ENTRY pEntry,const signed char * const pcName,
278277
unsigned short usStackDepth, void *pvParameters,
279278
unsigned long uxPriority,OsiTaskHandle* pTaskHandle)

0 commit comments

Comments
 (0)