1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00
betaflight/src
Alexander fcecabf01e
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`.
2024-08-17 20:25:39 +02:00
..
link Adding initial H563 target files in preparation (#13686) 2024-06-16 12:57:35 +10:00
main Fix searching a resource (#13826) 2024-08-17 20:25:39 +02:00
test Auto-disarm on landing impact (#13803) 2024-08-10 08:34:51 +02:00
utils Extend build info with defined flags (#13333) 2024-03-21 18:29:22 +01:00