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
 }
101
 }
102
 
102
 
103
 // Last element has to be NULL
103
 // Last element has to be NULL
104
-char** getSerialPorts(void) {
104
+char** getSerialPorts(const char *search) {
105
 	LPTSTR ports;
105
 	LPTSTR ports;
106
 	DWORD num;
106
 	DWORD num;
107
 	char **files;
107
 	char **files;

Loading…
Cancel
Save