WIP on binned endpoint

This commit is contained in:
Dominik Werder
2021-06-07 22:52:11 +02:00
parent 908207b71b
commit e281a5c8fd
4 changed files with 183 additions and 10 deletions

View File

@@ -206,7 +206,7 @@ where
}
if frame.tyid() != <T as FrameType>::FRAME_TYPE_ID {
return Err(Error::with_msg(format!(
"type id mismatch expect {} found {:?}",
"type id mismatch expect {:x} found {:?}",
<T as FrameType>::FRAME_TYPE_ID,
frame
)));