Skip to content
Commit ebe28972 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

in nuttx/drivers/can.c can_open function:

this line "dev->cd_ocount = tmp;" needs to be moved a few lines down otherwise the open count will only be incremented from 0 to 1. This causes problems when trying to open the can bus from two different tasks.

SourceForge Patch #46 from Anonymous
parent a42813c7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment