Skip to content

Commit 1563227

Browse files
committed
fixup_wrapper
1 parent b182527 commit 1563227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wrapper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class IFunctionWrapper {
3131
};
3232

3333
#ifdef ARDUINO_ARCH_ZEPHYR
34+
template<typename R, typename... Args>
3435
class RpcFunctionWrapper: public IFunctionWrapper {
3536
#else
3637
template<typename F>

0 commit comments

Comments
 (0)