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 mbed by
Diff: TARGET_EFM32ZG_STK3200/TARGET_Silicon_Labs/TARGET_EFM32/emlib/inc/em_dbg.h
- Revision:
- 128:9bcdf88f62b0
- Parent:
- 113:f141b2784e32
--- a/TARGET_EFM32ZG_STK3200/TARGET_Silicon_Labs/TARGET_EFM32/emlib/inc/em_dbg.h Fri Sep 30 16:49:46 2016 +0100 +++ b/TARGET_EFM32ZG_STK3200/TARGET_Silicon_Labs/TARGET_EFM32/emlib/inc/em_dbg.h Thu Oct 27 16:45:56 2016 +0100 @@ -1,10 +1,10 @@ /***************************************************************************//** * @file em_dbg.h * @brief Debug (DBG) API - * @version 4.2.1 + * @version 5.0.0 ******************************************************************************* * @section License - * <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b> + * <b>Copyright 2016 Silicon Laboratories, Inc. http://www.silabs.com</b> ******************************************************************************* * * Permission is granted to anyone to use this software for any purpose, @@ -31,8 +31,8 @@ ******************************************************************************/ -#ifndef __SILICON_LABS_EM_DBG_H__ -#define __SILICON_LABS_EM_DBG_H__ +#ifndef EM_DBG_H +#define EM_DBG_H #include <stdbool.h> #include "em_device.h" @@ -44,7 +44,7 @@ #endif /***************************************************************************//** - * @addtogroup EM_Library + * @addtogroup emlib * @{ ******************************************************************************/ @@ -82,7 +82,7 @@ #endif /** @} (end addtogroup DBG) */ -/** @} (end addtogroup EM_Library) */ +/** @} (end addtogroup emlib) */ #ifdef __cplusplus } @@ -90,4 +90,4 @@ #endif /* defined( CoreDebug_DHCSR_C_DEBUGEN_Msk ) */ -#endif /* __SILICON_LABS_EM_DBG_H__ */ +#endif /* EM_DBG_H */