From c2075a83c7a50bed21b533efbc977f7afd91b580 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 11 Aug 2015 18:36:41 +0200 Subject: [PATCH] tests/pipe: Remove stm32f0discovery blacklist --- tests/pipe/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/pipe/Makefile b/tests/pipe/Makefile index b1441bdfdb..46f7cc4498 100644 --- a/tests/pipe/Makefile +++ b/tests/pipe/Makefile @@ -1,8 +1,6 @@ APPLICATION = pipe include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - USEMODULE += pipe include $(RIOTBASE)/Makefile.include