[Engine/ArmPlugin] Fix build error due to incompatible-pointer-types
authorWook Song <wook16.song@samsung.com>
Mon, 29 Jul 2019 06:36:38 +0000 (15:36 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Mon, 29 Jul 2019 09:57:20 +0000 (18:57 +0900)
commit0907477e98e9810dd736e632521f9a67540595bb
tree6e8e21d32928c6ee6bce406012e838eb0a07c380
parent016b81d69a2568693f6ce3ed42d296dd54525d9d
[Engine/ArmPlugin] Fix build error due to incompatible-pointer-types

This patch fixes a build error due to initialization from incompatible
pointer types between the arm_plugin_configure function and the function
pointer, configure, in the inputservice structure.

Signed-off-by: Wook Song <wook16.song@samsung.com>
core/npu-engine/src/ne-armplugin.c