aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsv32.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfsv32.h')
-rw-r--r--lib/rfsv32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfsv32.h b/lib/rfsv32.h
index f6aeceb..00cab2b 100644
--- a/lib/rfsv32.h
+++ b/lib/rfsv32.h
@@ -158,7 +158,7 @@ class rfsv32 {
// Communication
bool sendCommand(enum commands c, bufferStore & data);
long getResponse(bufferStore & data);
- void convertSlash(const char *name);
+ char *convertSlash(const char *name);
// time-conversion
unsigned long micro2time(unsigned long microHi, unsigned long microLo);