1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

cpu: stmf32f1: remove obsolete hwtimer_compat dependency

This commit is contained in:
Kaspar Schleiser 2015-07-30 13:54:01 +02:00
parent 391bc02c06
commit a23169b831

View File

@ -1,8 +1,5 @@
export CPU_ARCH = cortex-m3
# use hwtimer compatibility module
USEMODULE += hwtimer_compat
# use common periph functions
USEMODULE += periph_common