summaryrefslogtreecommitdiff
path: root/macros/Hardware/RasberryPi/RPI_SerialGetChar.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/Hardware/RasberryPi/RPI_SerialGetChar.sci')
-rw-r--r--macros/Hardware/RasberryPi/RPI_SerialGetChar.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Hardware/RasberryPi/RPI_SerialGetChar.sci b/macros/Hardware/RasberryPi/RPI_SerialGetChar.sci
index ce17ea8..0271449 100644
--- a/macros/Hardware/RasberryPi/RPI_SerialGetChar.sci
+++ b/macros/Hardware/RasberryPi/RPI_SerialGetChar.sci
@@ -2,7 +2,7 @@ function data = RPI_SerialGetChar(fd)
// Function to read data from specified serial port
//
// Calling Sequence
-// RPI_SerialGetCharfd)
+// RPI_SerialGetChar(fd)
//
// Parameters
// fd: file descriptor returned when serial port was opened