1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

1 Commits

Author SHA1 Message Date
Joel Challis
2b2cc60a94 pkg/nimble: Fix compilation of 'USEMODULE += nimble_svc_bas'
`pkg/nimble/Makefile.include` includes logic for the module, however the corresponding Make target is missing.

This produces the following error:
```
make[3]: *** No rule to make target 'nimble_svc_bas', needed by 'all'.  Stop.
```
2025-02-09 09:36:47 +00:00