Changeset - 57f7cc1705c1
[Not reviewed]
default
0 1 0
matthewreed - 7 years ago 2017-07-19 18:17:05

Added user flash struct
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
inc/flash.h
Show inline comments
 
@@ -8,12 +8,14 @@
 
#define PAGE_SIZE ((uint16_t)0x400)
 
#define END_ADDR 0x08007FFF
 
 
 
typedef union
 
{
 
    struct {
 
        uint32_t can_id;
 
        uint16_t data_rate;
 
        uint8_t led_brightness;
 
        flash_user_vars_t user;
 
    } val;
 
 
    uint16_t data[128];
0 comments (0 inline, 0 general)