avr_mcu_long!() { /* proc-macro */ }Expand description
Add an AVR metadata long (u32) value to the binary.
The first argument should be the tag name as defined by simavr, and
the second argument is the u32 value.
ยงExample
avr_mcu_long!(AVR_MMCU_TAG_VCC, 5000);