Skip to content

Commit

Permalink
Update types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-gilbert committed Aug 7, 2020
1 parent 13f48e8 commit 2de3a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mcu/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ typedef struct {
* \endcode
*/
#define MCU_SYS_MEM __attribute__((section(".sysmem"))) MCU_ALIGN(4)
#define MCU_BACKUP_MEM __attribute__((section(".backup"))) MCU_ALIGN(4)

#ifdef __link
#define MCU_ROOT_CODE
Expand Down

0 comments on commit 2de3a6a

Please sign in to comment.