Closed kbeckmann closed 6 years ago
~And no this doesn't fix the macos problem. It should however make the hid communication more reliable.~ Meant to post that on #96
huh? i fixed that. are you commenting on old commits?
that's how it looks for me.
On Mon, Jun 11, 2018 at 4:06 PM arturo182 notifications@github.com wrote:
@arturo182 commented on this pull request.
In platforms/stm32_common/usb/hid.c https://github.com/xil-se/xildebug_sw/pull/95#discussion_r194307206:
@@ -8,7 +8,7 @@
include "platform/usb/usb.h"
include "usb/core.h"
include "usb/ctlreq.h"
-#include "stm32f0xx_hal.h" +#include "stm32_hal.h"
include "hid_internal.h"
Bad @kbeckmann https://github.com/kbeckmann
— You are receiving this because you were mentioned.
meep. i fixed the stuff you complained about.
Moves shared files to platform/stm32_common/... in order to reduce copy-paste and having to fix bugs in multiple places every time.