Commit 2fdc7e88 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

remove PEC by default

parent b89f0b1e
Pipeline #4864 passed with stage
in 1 minute and 58 seconds
......@@ -27,9 +27,9 @@ static cmd_space_t *cmds;
/* Enable PEC by default */
#if defined(MMFANT) || defined(MMRTSB) || defined(MMRATO) || defined(MMPROT)
uint16_t use_pec __xMR = 1;
#else
uint16_t use_pec __xMR = 0;
#else
uint16_t use_pec __xMR = 1;
#endif
static uint16_t pec_checksum __xMR;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment