diff options
Diffstat (limited to 'src/flash/stellaris.h')
-rw-r--r-- | src/flash/stellaris.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/stellaris.h b/src/flash/stellaris.h index c6181be0..5a852a8f 100644 --- a/src/flash/stellaris.h +++ b/src/flash/stellaris.h @@ -40,7 +40,7 @@ typedef struct stellaris_flash_bank_s u32 pages_in_lockregion; /* nv memory bits */ - u16 num_lockbits; + uint16_t num_lockbits; u32 lockbits; /* main clock status */ |