Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
75419b4d
Commit
75419b4d
authored
11 years ago
by
László Monda
Browse files
Options
Downloads
Patches
Plain Diff
Fix "AVR910" typos to "AVR109".
parent
cd3aae87
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Bootloaders/CDC/BootloaderCDC.c
+3
-3
3 additions, 3 deletions
Bootloaders/CDC/BootloaderCDC.c
with
3 additions
and
3 deletions
Bootloaders/CDC/BootloaderCDC.c
+
3
−
3
View file @
75419b4d
...
@@ -236,9 +236,9 @@ void EVENT_USB_Device_ControlRequest(void)
...
@@ -236,9 +236,9 @@ void EVENT_USB_Device_ControlRequest(void)
#if !defined(NO_BLOCK_SUPPORT)
#if !defined(NO_BLOCK_SUPPORT)
/** Reads or writes a block of EEPROM or FLASH memory to or from the appropriate CDC data endpoint, depending
/** Reads or writes a block of EEPROM or FLASH memory to or from the appropriate CDC data endpoint, depending
* on the AVR
9
10 protocol command issued.
* on the AVR10
9
protocol command issued.
*
*
* \param[in] Command Single character AVR
9
10 protocol command indicating what memory operation to perform
* \param[in] Command Single character AVR10
9
protocol command indicating what memory operation to perform
*/
*/
static
void
ReadWriteMemoryBlock
(
const
uint8_t
Command
)
static
void
ReadWriteMemoryBlock
(
const
uint8_t
Command
)
{
{
...
@@ -402,7 +402,7 @@ static void WriteNextResponseByte(const uint8_t Response)
...
@@ -402,7 +402,7 @@ static void WriteNextResponseByte(const uint8_t Response)
Endpoint_Write_8
(
Response
);
Endpoint_Write_8
(
Response
);
}
}
/** Task to read in AVR
9
10 commands from the CDC data OUT endpoint, process them, perform the required actions
/** Task to read in AVR10
9
commands from the CDC data OUT endpoint, process them, perform the required actions
* and send the appropriate response back to the host.
* and send the appropriate response back to the host.
*/
*/
static
void
CDC_Task
(
void
)
static
void
CDC_Task
(
void
)
...
...
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