Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
processer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Anders Blomdell
processer
Commits
5b1f8c39
Commit
5b1f8c39
authored
6 years ago
by
Anders Blomdell
Browse files
Options
Downloads
Patches
Plain Diff
Correct include path dependency
parent
e1d391d2
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
pcio/avr/Makefile
+2
-2
2 additions, 2 deletions
pcio/avr/Makefile
with
2 additions
and
2 deletions
pcio/avr/Makefile
+
2
−
2
View file @
5b1f8c39
...
...
@@ -6,7 +6,7 @@ pcio.CHIP=atmega8
pcio.FUSE_L
=
0x1f
pcio.FUSE_H
=
0xd9
pcio.C
=
pcio
pcio.H
=
../
lib
/serialio
pcio.H
=
../
../lib/avr
/serialio
pcio_w_usb.ARCH
=
avr
pcio_w_usb.CHIP
=
atmega16
...
...
@@ -14,6 +14,6 @@ pcio_w_usb.CHIP=atmega16
pcio_w_usb.FUSE_L
=
0x1f
pcio_w_usb.FUSE_H
=
0xd9
pcio_w_usb.C
=
pcio_w_usb
pcio_w_usb.H
=
../
lib
/serialio
pcio_w_usb.H
=
../
../lib/avr
/serialio
include
../../lib/avr/Makefile.common
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