Revision 69
not deactivating reporting, dont know why
lab4.c | ||
---|---|---|
74 | 74 |
} |
75 | 75 |
|
76 | 76 |
if (unsubscribe_interrupt(&mouse_id)) return 1; |
77 |
|
|
78 |
if(mouse_set_data_report(false)) return 1; |
|
79 |
|
|
77 |
int ret = mouse_set_data_report(false); |
|
78 |
printf("%d\n", ret); |
|
80 | 79 |
return 0; |
81 | 80 |
} |
82 | 81 |
|
Also available in: Unified diff