Browse Source
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: Volodymyr Fialko <vfialko@marvell.com>pull/1514/head
committed by
Volodymyr Fialko
2 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue