Fix searching a resource (#13826)
commitfcecabf01e611f97b59c4af8138da14b1e7c8e4e
authorAlexander <kovalidis@gmail.com>
Sat, 17 Aug 2024 18:25:39 +0000 (17 21:25 +0300)
committerGitHub <noreply@github.com>
Sat, 17 Aug 2024 18:25:39 +0000 (17 20:25 +0200)
treed1c91d6696f4313c737f9f1ddbccb581c0792e61
parent91439e0ac28994afde3e7afa8192c878b098f94a
Fix searching a resource (#13826)

If you add a new resource whose name starts with an existing resource name it won't be found. For example if you add `PWM_EX` resource after `PWM` you won't be able to store a pin into it. So when you execute `resource PWM_EX 1 A01` it will be stored into `PWM`.
src/main/cli/cli.c