Skip to content

Commit

Permalink
sys/shell: removed shell cmds for SAULified sensors
Browse files Browse the repository at this point in the history
- isl29020
- l3g4200d
- lps331ap
- lsm303dlhc
  • Loading branch information
haukepetersen committed Nov 30, 2015
1 parent 84a094d commit 7accaa7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 348 deletions.
12 changes: 0 additions & 12 deletions sys/shell/commands/Makefile
Expand Up @@ -26,18 +26,6 @@ endif
ifeq ($(CPU),x86)
SRC += sc_x86_lspci.c
endif
ifneq (,$(filter isl29020,$(USEMODULE)))
SRC += sc_isl29020.c
endif
ifneq (,$(filter lps331ap,$(USEMODULE)))
SRC += sc_lps331ap.c
endif
ifneq (,$(filter l3g4200d,$(USEMODULE)))
SRC += sc_l3g4200d.c
endif
ifneq (,$(filter lsm303dlhc,$(USEMODULE)))
SRC += sc_lsm303dlhc.c
endif
ifneq (,$(filter at30tse75x,$(USEMODULE)))
SRC += sc_at30tse75x.c
endif
Expand Down
75 changes: 0 additions & 75 deletions sys/shell/commands/sc_isl29020.c

This file was deleted.

77 changes: 0 additions & 77 deletions sys/shell/commands/sc_l3g4200d.c

This file was deleted.

86 changes: 0 additions & 86 deletions sys/shell/commands/sc_lps331ap.c

This file was deleted.

98 changes: 0 additions & 98 deletions sys/shell/commands/sc_lsm303dlhc.c

This file was deleted.

0 comments on commit 7accaa7

Please sign in to comment.