Browse Source

Bugfix WinSerialHelper

Felix Baeder 12 years ago
parent
commit
bf0c5602f5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CubeControl/libSerial/winSerial.c

+ 1
- 1
CubeControl/libSerial/winSerial.c View File

@@ -101,7 +101,7 @@ void serialClose(void) {
101 101
 }
102 102
 
103 103
 // Last element has to be NULL
104
-char** getSerialPorts(void) {
104
+char** getSerialPorts(const char *search) {
105 105
 	LPTSTR ports;
106 106
 	DWORD num;
107 107
 	char **files;

Loading…
Cancel
Save