Commit a68f2caa authored by Volodymyr Fialko's avatar Volodymyr Fialko Committed by Volodymyr Fialko
Browse files

remote_bitbang: make send_buf class member



Currently send buffer is static variable in function, which makes it's
impossible to have multiple concurrent instances of remote bitbang
class, since all of them would share this static buffer.
Thus, make send_buf a class member.

Signed-off-by: default avatarVolodymyr Fialko <vfialko@marvell.com>
parent 90aa49f8
Supports Markdown
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