avr-libc
avr-libc copied to clipboard
[bug #50800] example in avr/boot.h uses function from header not directly included
Fri 14 Apr 2017 01:59:07 AM CEST
The API Usage Example contains a call to eeprom_busy_wait(). This declaration for this function is presumably available because on of the headers that is included includes it, but according to the principle of including what you use, the avr/eeprom.h header should be directly included in this example.
This issue was migrated from https://savannah.nongnu.org/bugs/?50800