is it correct (or "wanted") to execute two times the same statement in `CAN485/Examples/JTAG_Software_Disable/JTAG_Software_Disable.ino` ? https://github.com/Atlantis-Specialist-Technologies/CAN485/blob/5c797f7791b7f983c54843e09057ccb7788f478f/Examples/JTAG_Software_Disable/JTAG_Software_Disable.ino#L3 ``` MCUCR = (1<<JTD); MCUCR = (1<<JTD); ```