diff options
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -495,7 +495,7 @@ static void initFlashValues(FlashStruct *mem) mem->ChanKey_slew=0; mem->ChanKey_func_mode=0; - mem->ChanKey_polarity=0; + mem->ChanKey_inverted=0; mem->ChanKey_output_state=0; mem->ChanKey_gate_type=0; mem->ChanKey_trigger_source=0; |