diff options
Diffstat (limited to 'sdm/Utils.h')
-rw-r--r-- | sdm/Utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdm/Utils.h b/sdm/Utils.h index 3624b87..4f4496d 100644 --- a/sdm/Utils.h +++ b/sdm/Utils.h @@ -27,7 +27,7 @@ namespace V2_0 { namespace sdm { class Utils { - public: + public: static int sendDPPSCommand(char* buf, size_t len); }; |