diff --git a/fastrpc/fastrpc.h b/fastrpc/fastrpc.h index ba29d61..780f084 100644 --- a/fastrpc/fastrpc.h +++ b/fastrpc/fastrpc.h @@ -26,7 +26,7 @@ #include #include -// See fastrpc.git/src/remotectl_stub.c +// See fastrpc.git/inc/remote.h #define REMOTE_SCALARS_MAKEX(nAttr,nMethod,nIn,nOut,noIn,noOut) \ ((((uint32_t) (nAttr) & 0x7) << 29) | \ (((uint32_t) (nMethod) & 0x1f) << 24) | \