~ruther/qmk_firmware

2f3383a11e0b459a1e89fea04914bce983eed2fe — Joel Challis 1 year, 2 months ago 9f95577
Fix make clean test:os_detection (#23112)

1 files changed, 2 insertions(+), 0 deletions(-)

M quantum/os_detection/tests/os_detection.cpp
M quantum/os_detection/tests/os_detection.cpp => quantum/os_detection/tests/os_detection.cpp +2 -0
@@ 45,6 45,8 @@ os_variant_t check_sequence(const std::vector<uint16_t> &w_lengths) {
bool process_detected_host_os_kb(os_variant_t os) {
    reported_count = reported_count + 1;
    reported_os    = os;

    return true;
}

void assert_not_reported(void) {

Do not follow this link