From db619589581fd9ec353a2b10a20e48d2698c0c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlastimil=20Slint=C3=A1k?= Date: Mon, 15 Sep 2025 11:01:38 +0200 Subject: [PATCH] Removed 22 Ohm resistors on USB data lines These are not needed as per manufacturer's documentation. Fixes #25 --- linht-hw.kicad_pro | 1 + 1 file changed, 1 insertion(+) diff --git a/linht-hw.kicad_pro b/linht-hw.kicad_pro index cf485c3..004bd65 100644 --- a/linht-hw.kicad_pro +++ b/linht-hw.kicad_pro @@ -453,6 +453,7 @@ "single_global_label": "ignore", "unannotated": "error", "unconnected_wire_endpoint": "warning", + "undefined_netclass": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", "wire_dangling": "error"