forked from M-Labs/artiq-zynq
mgmt: fix config reply to host
This commit is contained in:
parent
be1f34bf7b
commit
538b50c412
|
@ -356,7 +356,7 @@ mod remote_coremgmt {
|
||||||
|
|
||||||
if last {
|
if last {
|
||||||
write_i8(stream, Reply::ConfigData as i8).await?;
|
write_i8(stream, Reply::ConfigData as i8).await?;
|
||||||
write_chunk(stream, &value).await?;
|
write_chunk(stream, &buffer).await?;
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue