Skip to content
Snippets Groups Projects
Commit f51a1fcb authored by Mathias Kreider's avatar Mathias Kreider
Browse files

Silence warning

parent d926f42d
Branches
Tags
No related merge requests found
......@@ -44,6 +44,7 @@ static eb_data_t eb_sdwb_extract(void* data, eb_width_t width, eb_address_t addr
uint8_t* bytes = (uint8_t*)data;
eb_width_t i;
out = 0;
width &= EB_DATAX;
for (i = 0; i < width; ++i) {
out <<= 8;
......
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