From c016af2eba8f4fffef70538d466930610f5616fb Mon Sep 17 00:00:00 2001 From: Walter Fetter Lages Date: Wed, 23 Jan 2019 19:50:05 -0200 Subject: [PATCH] Remove bno055_support.c from library. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf7f471..e5a3cdd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=libbno055.a -SRCS=bno055.c bno055_support.c +SRCS=bno055.c FLAGS=-O2 -Wall -MMD INCLUDE=-I. -- 2.12.0