AVR C Runtime Library - Bugs: bug #50800, example in avr/boot.h uses...
You are not allowed to post comments on this tracker with your current authentication level.
bug #50800: example in avr/boot.h uses function from header not directly included
Submitter: | Britton Kerin <bkerin> | ||
Submitted: | Thu 13 Apr 2017 11:59:07 PM UTC | ||
Category: | Documentation | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | Documentation |
Status: | None | Percent Complete: | 0% |
Assigned to: | None | Open/Closed: | Open |
Release: | 2.0.0 | Fixed Release: | None |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2017-04-13 | bkerin | Carbon-Copy | - | ![]() |
Added -email is unavailable- |
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.