Skip to content

Commit

Permalink
cpu: samd21: switch to hwtimer compat wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed May 6, 2015
1 parent 0921bce commit df3ed49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
2 changes: 1 addition & 1 deletion cpu/samd21/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export UNDEF += $(BINDIR)cpu/syscalls.o
export UNDEF += $(BINDIR)cpu/startup.o

# export the peripheral drivers to be linked into the final binary
export USEMODULE += periph
export USEMODULE += periph hwtimer_compat

# CPU depends on the cortex-m common module, so include it
include $(CORTEX_COMMON)Makefile.include
72 changes: 0 additions & 72 deletions cpu/samd21/hwtimer_arch.c

This file was deleted.

0 comments on commit df3ed49

Please # to comment.