pdock 60 test task

This commit is contained in:
2020-11-23 11:42:22 +01:00
parent 6c23b00c22
commit 9d092edda4
323 changed files with 132 additions and 41250 deletions

View File

@ -1,15 +0,0 @@
#ifndef GS_UTIL_LOG_H
#define GS_UTIL_LOG_H
/* Copyright (c) 2013-2018 GomSpace A/S. All rights reserved. */
/**
@file
Log interface.
The log interface supports logging to different group.
Logging is done through groups (domains), which can runtime be re-configured with level.
*/
#include <gs/util/log/log.h>
#endif