mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
fixed some minor bugs (NO_PARNO for sending values of all ESW, remove inverting ESP pins..)
This commit is contained in:
@@ -233,7 +233,7 @@ static errcodes dumpconf(const char _U_ *str, text_cmd _U_ cmd){
|
||||
newline(); usart_send(S_bounce); EQ(); printu(the_conf.bouncetime);
|
||||
const char ** const *p = bitfields;
|
||||
int bit = 0;
|
||||
newline(); usart_send(S_flags); printuhex(the_conf.flags.u32);
|
||||
newline(); usart_send(S_flags); EQ(); printuhex(the_conf.flags.u32);
|
||||
while(*p){
|
||||
IWDG->KR = IWDG_REFRESH;
|
||||
newline(); usart_putchar(' ');
|
||||
|
||||
Reference in New Issue
Block a user