mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 01:37:45 -04:00
MISRA v5 (#272)
This commit is contained in:
parent
d977f21940
commit
50dc98a5a6
4 changed files with 11 additions and 7 deletions
|
@ -33,13 +33,11 @@ extern "C" {
|
|||
/* INTERNAL API FUNCTIONS. */
|
||||
BaseType_t xNetworkInterfaceInitialise( void );
|
||||
BaseType_t xNetworkInterfaceOutput( NetworkBufferDescriptor_t * const pxNetworkBuffer, BaseType_t xReleaseAfterSend );
|
||||
/* coverity[misra_c_2012_rule_8_6_violation] */
|
||||
/* "vNetworkInterfaceAllocateRAMToBuffers" is declared but never defined.
|
||||
The following function is only used when BufferAllocation_1.c is linked in the project. */
|
||||
|
||||
/* The following function is defined only when BufferAllocation_1.c is linked in the project. */
|
||||
void vNetworkInterfaceAllocateRAMToBuffers( NetworkBufferDescriptor_t pxNetworkBuffers[ ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS ] );
|
||||
|
||||
/* "xGetPhyLinkStatus" is provided by the network driver. */
|
||||
/* coverity[misra_c_2012_rule_8_6_violation] */
|
||||
/* The following function is defined only when BufferAllocation_1.c is linked in the project. */
|
||||
BaseType_t xGetPhyLinkStatus( void );
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue