Fix missing C++ linkage command in ArchitectureSpecific.h.
Fix missing closing brace in an Endpoint function for the UC3 targets.
This commit is contained in:
parent
b5682f2c44
commit
022fa26b43
4 changed files with 13 additions and 3 deletions
|
@ -305,7 +305,7 @@
|
|||
((uint32_t)Type << AVR32_USBB_EPTYPE_OFFSET) |
|
||||
((uint32_t)(Direction ? AVR32_USBB_UECFG0_EPDIR_MASK : 0) |
|
||||
((uint32_t)Banks << AVR32_USBB_EPBK_OFFSET) |
|
||||
Endpoint_BytesToEPSizeMask(Size)));
|
||||
Endpoint_BytesToEPSizeMask(Size))));
|
||||
}
|
||||
|
||||
/** Indicates the number of bytes currently stored in the current endpoint's selected bank.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue