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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
8fb0b490
Commit
8fb0b490
authored
10 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Add conflict warning to the AVRISP-MKII Clone project.
parent
1d2680b3
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
Projects/AVRISP-MKII/AVRISP-MKII.c
+10
-0
10 additions, 0 deletions
Projects/AVRISP-MKII/AVRISP-MKII.c
with
10 additions
and
0 deletions
Projects/AVRISP-MKII/AVRISP-MKII.c
+
10
−
0
View file @
8fb0b490
...
...
@@ -36,6 +36,16 @@
#include
"AVRISP-MKII.h"
#if (BOARD != BOARD_NONE)
/* Some board hardware definitions (e.g. the Arduino Micro) have their LEDs defined on the same pins
as the ISP, PDI or TPI interfaces (see the accompanying project documentation). If a board other
than NONE is selected (to enable the LED driver with the programmer) you should double-check that
no conflicts will occur. If there is a conflict, turn off the LEDs (set BOARD to NONE in the makefile)
or define a custom board driver (see the LUFA manual) with alternative LED mappings.
*/
#warning Board specific drivers have been selected; make sure the board LED driver does not conflict with the programmer ISP/PDI/TPI interfaces.
#endif
/** Main program entry point. This routine contains the overall program flow, including initial
* setup of all components and the main program loop.
*/
...
...
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