Skip to content
Snippets Groups Projects
Commit 1537f8f7 authored by Yannik Stradmann's avatar Yannik Stradmann
Browse files

Fix 02f816f8: Remove namespace prefix for vector writes in mailbox

Change-Id: I1d2f2d4b74b1863bc5fd6b00ad3adab4b60e2cbb
parent 160cea0f
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ uint32_t mailbox_write_signed_int(int32_t const n) {
}
#define LIBNUX_MAILBOX_WRITE_VECTOR(type, name, number_writer) \
uint32_t libnux_mailbox_write_##name(__vector type const& vec) \
uint32_t mailbox_write_##name(__vector type const& vec) \
{ \
uint32_t ret = 0; \
ret += mailbox_write_string("{"); \
......
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