[riot-notifications] [RIOT-OS/RIOT] pkg/uwb_core: initial support (#15070)
Alexandre Abadie
notifications at github.com
Tue Nov 10 16:32:31 CET 2020
@aabadie commented on this pull request.
> +#ifndef LOG_LEVEL
+#define LOG_LEVEL LOG_DEBUG
+#endif
+#include "log.h"
In fact, this is an example application, so I would completely replaces the calls to `LOG_DEBUG` functions with plains `puts`/`printf`. And also remove the `LOG_*` defines/include used here.
```suggestion
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15070#pullrequestreview-527324538
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201110/f5724783/attachment.htm>
More information about the notifications
mailing list