7 lines
208 B
C
7 lines
208 B
C
/* Copyright (c) 2013-2018 GomSpace A/S. All rights reserved. */
|
|
|
|
#include <gs/util/drivers/i2c/common.h>
|
|
|
|
// define common log group.
|
|
GS_LOG_GROUP(gs_i2c_log, "i2c", GS_LOG_CAT_DRIVER, GS_LOG_DEFAULT_MASK);
|