Skip to content

Commit

Permalink
cpu/atmega_common: ignore format of avr-libc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Blue committed May 28, 2018
1 parent 2a92d48 commit b597700
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/atmega_common/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export USEMODULE += periph_common
export USEMODULE += uart_stdio

# include module specific includes
export INCLUDES += -I$(RIOTCPU)/atmega_common/include -isystem$(RIOTCPU)/atmega_common/avr-libc-extra
export INCLUDES += -I$(RIOTCPU)/atmega_common/include -isystem$(RIOTCPU)/atmega_common/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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b597700

Please sign in to comment.