раскидала файлы по папкам, как в синтакоровском ядре
This commit is contained in:
parent
c9ee063867
commit
ebe02feb3c
3326
libraries/FreeRTOS/src/include/Arduino_FreeRTOS.h
Normal file
3326
libraries/FreeRTOS/src/include/Arduino_FreeRTOS.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -211,6 +211,7 @@ void vListInsert( List_t * const pxList,
|
|||||||
}
|
}
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove )
|
UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove )
|
||||||
{
|
{
|
||||||
/* The list item knows which list it is in. Obtain the list from the list
|
/* The list item knows which list it is in. Obtain the list from the list
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* FreeRTOS Kernel V11.1.0
|
* FreeRTOS Kernel V11.1.0
|
||||||
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user