This commit is contained in:
Kristjan Komlosi
2019-07-22 16:41:11 +02:00

View File

@@ -52,6 +52,7 @@ bool flpPin(CY_HANDLE h, int pinNumber) {
void parser(int argc, char **args); void parser(int argc, char **args);
<<<<<<< HEAD
void attachHandles(CY_HANDLE *h) { void attachHandles(CY_HANDLE *h) {
uint8_t num = 0; uint8_t num = 0;
cyErrHandler(CyGetListofDevices(&num)); cyErrHandler(CyGetListofDevices(&num));
@@ -78,6 +79,10 @@ void attachHandles(CY_HANDLE *h) {
miserably if the device is set to CDC mode, but custom and PHDC work fine. miserably if the device is set to CDC mode, but custom and PHDC work fine.
*/ */
// TODO: mek dis betr // TODO: mek dis betr
=======
inErr attachHandles() {
;
>>>>>>> 107e36b03d1a4f9c568d462d8a245ac01a1f51da
} }
int main(int argc, char **args){ int main(int argc, char **args){