Uhm, there are no "global constants" ... Baud rate is hardcoded in the bootloader. The ones coming with Gen7 Arduino IDE Support are hardcoded to 115200 baud. It's also a number relative to the CPU clock, so a bootloader compiled for a 20 MHz clock won't work on a 16 MHz controller and vice versa.
↧