From e2ef1a568fc3f2cb6d34618e56c2ef5983cd7308 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 30 Jun 2014 03:45:52 +0200 Subject: [PATCH] Use MP's file module --- src/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 9dd9109c5..e8f93d018 100755 --- a/src/Makefile +++ b/src/Makefile @@ -169,7 +169,6 @@ OBJ += $(addprefix $(BUILD)/$(OMV_DIR)/py/, \ py_led.o \ py_sensor.o \ py_image.o \ - py_file.o \ py_time.o \ py_clock.o \ )