Skip to content

Commit 7a09de6

Browse files
Zephyr runtime update
1 parent 203e637 commit 7a09de6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

platform/zephyr_runtime/config/app_config.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
*/
1111

1212
#include <zephyr/kernel.h>
13+
#include <zephyr/logging/log.h>
14+
15+
LOG_MODULE_DECLARE(cmsisstream, CONFIG_CMSISSTREAM_LOG_LEVEL);
16+
1317
extern "C" {
1418
#include "hello_params.h"
1519
}

platform/zephyr_runtime/stream_platform_config.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
#include <zephyr/kernel.h>
3131
#include <zephyr/logging/log.h>
3232

33-
LOG_MODULE_DECLARE(cmsisstream, CONFIG_CMSISSTREAM_LOG_LEVEL);
34-
3533

3634

3735
class ZephyrMutex

0 commit comments

Comments
 (0)