summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/src/common.c
blob: af82139c1b47daf46a5695d13e37a31c0ecae8f0 (plain)
1
2
3
4
5
6
7
8
/* Copyright 2022 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);