summaryrefslogtreecommitdiff
path: root/zephyr/test/skyrim/src/common.c
blob: b369d0bdaa6dedbd2b104d4a79472903d2a578f6 (plain)
1
2
3
4
5
6
7
/* Copyright 2023 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
#include <zephyr/logging/log.h>

LOG_MODULE_REGISTER(skyrim, CONFIG_SKYRIM_LOG_LEVEL);