Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Jan 11, 2018
1 parent f8939a4 commit bbbf4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: xenial
dist: trusty

language: python

Expand Down
2 changes: 1 addition & 1 deletion burba/cpu/cc3200/sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ DIRS += simplelink simplelink/source oslib driverlib
include $(RIOTBASE)/Makefile.base

# TI cc3200-sdk is not compliant with following RIOT constraints
CFLAGS += -Wno-misleading-indentation -Wno-strict-prototypes -Wno-old-style-definition -Wno-parentheses
CFLAGS += -Wno-unused-parameter -Wno-strict-prototypes -Wno-old-style-definition -Wno-parentheses

0 comments on commit bbbf4e1

Please sign in to comment.