Functions related to string manipulation that were defined in `common/log.h` has been moved to the `common/bt_str.h` file and their implementation in `common/bt_str.c`. Files that were using those functions has been updated consequently. Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
9 lines
167 B
C
9 lines
167 B
C
/* log.c - logging helpers */
|
|
|
|
/*
|
|
* Copyright (c) 2017 Nordic Semiconductor ASA
|
|
* Copyright (c) 2016 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|