fix(boards): Disable uart serial node in Xiao BLE by default (#2672)

This commit is contained in:
Cem Aksoylar 2024-11-25 14:19:13 -08:00 committed by GitHub
parent d39941dfbe
commit 230b860f31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
};
};
&xiao_serial { status = "disabled"; };
&adc {
status = "okay";
};