From 3e5622a9128a88b702b797d0c0a523b5125f8225 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Tue, 8 Dec 2020 17:35:46 +0100 Subject: [PATCH] tests: remove unused driver_mpu9150 directory The driver and the test application had been renamed to mpu9x50 in 2df5d6048d589b26b7b015f1387fdbb8067c3a29, but c01eae32398a07ec225c0a09a0e68a37cdb883db added a Makefile.ci for it. The folder is no longer used, so this removes it together with the Makefile. --- tests/driver_mpu9150/Makefile.ci | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/driver_mpu9150/Makefile.ci diff --git a/tests/driver_mpu9150/Makefile.ci b/tests/driver_mpu9150/Makefile.ci deleted file mode 100644 index 75912a97e3..0000000000 --- a/tests/driver_mpu9150/Makefile.ci +++ /dev/null @@ -1,7 +0,0 @@ -BOARD_INSUFFICIENT_MEMORY := \ - arduino-duemilanove \ - arduino-leonardo \ - arduino-nano \ - arduino-uno \ - atmega328p \ - #