File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Libraries/CMSIS/Device/Maxim/MAX32672/Include Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 2929
3030#include <stdint.h>
3131
32- // TODO(ADI): Remove below after grace period. Temporarily added these includes to resolve errors
33- // for grace period before eventually removing support for deprecated features. 10-24-2022
34- //>>>
35- #include "trimsir_regs.h"
36- #include "aes_regs.h"
37- //<<<
38-
3932#ifndef FALSE
4033#define FALSE (0)
4134#endif
@@ -314,10 +307,6 @@ typedef enum {
314307#define MXC_BASE_AES ((uint32_t)0x40207400UL)
315308#define MXC_AES ((mxc_aes_regs_t *)MXC_BASE_AES)
316309
317- // DEPRECATED(10-24-2022): Scheduled for removal.
318- typedef __attribute__ ((deprecated (
319- "Use MXC_AES (mxc_aes_regs_t), not the deprecated MXC_SYS_AES (mxc_sys_aes_regs_t) instance name and struct. 10-24-2022" )))
320- mxc_aes_regs_t mxc_sys_aes_regs_t ;
321310#define MXC_SYS_AES ((mxc_sys_aes_regs_t *)MXC_BASE_AES)
322311
323312/******************************************************************************/
You can’t perform that action at this time.
0 commit comments