Skip to content

Commit

Permalink
cpu/native: Fix styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fhessel committed Apr 9, 2019
1 parent f83f161 commit fb4c527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cpu/native/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_pm
FEATURES_PROVIDED += periph_pwm
# Hardware SPI access is only available on Linux hosts
ifeq ($(shell uname -s),Linux)
ifeq ($(OS),Linux)
FEATURES_PROVIDED += periph_spi
endif
endif
1 change: 0 additions & 1 deletion cpu/native/include/spidev_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ int spidev_linux_setup(spi_t bus, spi_cs_t cs, const char *name);
*/
void spidev_linux_teardown(void);


#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit fb4c527

Please sign in to comment.