diff options
Diffstat (limited to 'os/ports/RVCT')
-rw-r--r-- | os/ports/RVCT/ARMCMx/chtypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/ports/RVCT/ARMCMx/chtypes.h b/os/ports/RVCT/ARMCMx/chtypes.h index 7c0bbd72e..c0c65fa09 100644 --- a/os/ports/RVCT/ARMCMx/chtypes.h +++ b/os/ports/RVCT/ARMCMx/chtypes.h @@ -68,7 +68,6 @@ typedef int32_t cnt_t; /**< Resources counter. */ /**
* @brief Packed structure modifier (before).
- * @note Empty in this port.
*/
#define PACK_STRUCT_BEGIN __packed
|