Skip to content

Conversation

@bernd-edlinger
Copy link
Contributor

All other driver calls use ETHER_CHANNEL_0 just this one
did pass 0, but this param is in fact the channel number.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

All other driver calls use ETHER_CHANNEL_0 just this one
did pass 0, but this param is in fact the channel number.
@bernd-edlinger bernd-edlinger requested a review from a team as a code owner July 7, 2021 12:40
Copy link
Contributor

@htibosch htibosch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bernd, thank you for this change.

else if( ( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) || ( FreeRTOS_IsNetworkUp() == pdFALSE ) )
{
R_ETHER_LinkProcess( 0 );
R_ETHER_LinkProcess( ETHER_CHANNEL_0 );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the parameter is documented as "ETHERC channel number", it sounds like a good change.

@gkwicker gkwicker merged commit 01817db into FreeRTOS:main Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants