Disallow uart0/1/2 as ids in config (#4446)

* Disallow uart0/1/2 as ids in config

* Update test files
This commit is contained in:
Jesse Hills
2023-03-20 15:29:21 +13:00
committed by GitHub
parent 0b383542da
commit f0f6d3f1cd
4 changed files with 59 additions and 56 deletions
+3
View File
@@ -211,6 +211,9 @@ RESERVED_IDS = [
"open",
"setup",
"loop",
"uart0",
"uart1",
"uart2",
]