Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
processer
Commits
5b1f8c39
Commit
5b1f8c39
authored
Oct 25, 2018
by
Anders Blomdell
Browse files
Correct include path dependency
parent
e1d391d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcio/avr/Makefile
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment