stm32l4: Fix wrong default for WRP2A option halfword.

This commit is contained in:
Uwe Bonnes 2018-04-15 18:55:23 +02:00
parent 0551809475
commit 83f9655f6e
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ static bool stm32l4_cmd_option(target *t, int argc, char *argv[])
{
uint32_t val;
uint32_t values[9] = { 0xFFEFF8AA, 0xFFFFFFFF, 0, 0x000000ff,
0x000000ff, 0xffffffff, 0, 0, 0x000000ff};
0x000000ff, 0xffffffff, 0, 0xff, 0x000000ff};
int len;
bool res = false;