Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of AdiSense1000 by
Diff: src/mbed/adi_sense_log.cpp
- Branch:
- v2.0
- Revision:
- 27:567abf893938
- Parent:
- 26:12d0204be712
- Child:
- 29:57edca10d78c
diff -r 12d0204be712 -r 567abf893938 src/mbed/adi_sense_log.cpp --- a/src/mbed/adi_sense_log.cpp Mon Mar 26 14:50:05 2018 +0000 +++ b/src/mbed/adi_sense_log.cpp Mon Mar 26 20:28:05 2018 +0100 @@ -1,10 +1,3 @@ -/*! - ****************************************************************************** - * @file: adi_sense_log.cpp - * @brief: ADISENSE OS-dependent wrapper layer for log functions - *----------------------------------------------------------------------------- - */ - /****************************************************************************** Copyright 2017 (c) Analog Devices, Inc. @@ -41,6 +34,13 @@ * *****************************************************************************/ +/*! + ****************************************************************************** + * @file: + * @brief: ADISENSE OS-dependent wrapper layer for log functions + *----------------------------------------------------------------------------- + */ + #include <mbed.h> #include "inc/adi_sense_log.h" @@ -109,4 +109,3 @@ #ifdef __cplusplus } #endif -
