Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arduino Core for SAMD21 CPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
Arduino Core for SAMD21 CPU
Commits
87bf6e1b
Commit
87bf6e1b
authored
8 years ago
by
Cristian Maglie
Browse files
Options
Downloads
Patches
Plain Diff
Fixed some comments
parent
3ba1a352
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cores/arduino/USB/USBCore.cpp
+4
-5
4 additions, 5 deletions
cores/arduino/USB/USBCore.cpp
with
4 additions
and
5 deletions
cores/arduino/USB/USBCore.cpp
+
4
−
5
View file @
87bf6e1b
/*
Copyright (c) 201
5
Arduino LLC. All right reserved.
Copyright (c) 201
6
Arduino LLC. All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -86,6 +86,9 @@ uint8_t udd_ep_out_cache_buffer[7][64];
static
__attribute__
((
__aligned__
(
4
)))
//__attribute__((__section__(".bss_hram0")))
uint8_t
udd_ep_in_cache_buffer
[
7
][
64
];
// Some EP are handled using EPHanlders.
// Possibly all the sparse EP handling subroutines will be
// converted into reusable EPHandlers in the future.
static
EPHandler
*
epHandlers
[
7
];
//==================================================================
...
...
@@ -898,7 +901,3 @@ void USBDeviceClass::ISRHandler()
// USBDevice class instance
USBDeviceClass
USBDevice
;
// USB_Handler ISR
// extern "C" void USB_Handler(void) {
// USBDevice.ISRHandler();
// }
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment