Skip to content

Commit

Permalink
fixup! Merge pull request #9951 from leandrolanzieri/pr/sensebox_adc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 28, 2018
1 parent 4d834a8 commit 3edd7b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpu/atmega_common/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export USEMODULE += stdio_uart

# include module specific includes
export INCLUDES += -I$(RIOTCPU)/atmega_common/include \
-isystem$(RIOTCPU)/atmega_common/avr_libc_extra/include
-isystem$(RIOTCPU)/atmega_common/avr_libc_extra/include \
-isystem$(RIOTCPU)/atmega_common/avr_libc_extra/include/vendor

ifeq ($(LTO),1)
# avr-gcc <4.8.3 has a bug when using LTO which causes a warning to be printed always:
Expand Down

0 comments on commit 3edd7b4

Please sign in to comment.