fixed new AFU Driver bugs - now functional

This commit is contained in:
Blaise Tine
2020-09-09 17:05:48 -04:00
parent bf7b0cf340
commit fba2fa03c7
28 changed files with 325 additions and 169 deletions

View File

@@ -24,7 +24,7 @@ extern int vx_alloc_shared_mem(vx_device_h /*hdevice*/, size_t /*size*/, vx_buff
return -1;
}
extern volatile void* vx_host_ptr(vx_buffer_h /*hbuffer*/) {
extern void* vx_host_ptr(vx_buffer_h /*hbuffer*/) {
return nullptr;
}