The virtual hid was recently included in the core firmware repo. Due to missing `#ifdef KALEIDOSCOPE_VIRTUAL_BUILD` in some files, two versions of the hid library, one for the virtual and one for the physical device were build. The linker perferred the one that it encountered first. That caused a link order dependency that possibly renders some firmware builds without HID reports being send to the host. This change adds thse missing `#ifdef KALEIDOSCOPE_VIRTUAL_BUILD` clauses. Signed-off-by: Florian Fleissner <florian.fleissner@inpartik.de>pull/755/head
parent
bab32fcc9d
commit
b37a8bb44c
Loading…
Reference in new issue