From 60d6ccc73192892d7fe1acba1cafc37e25421cad Mon Sep 17 00:00:00 2001 From: sommersoft Date: Tue, 20 Feb 2018 03:44:45 +0000 Subject: [PATCH] changed spaced supervisor/Status.c line to tabbed --- ports/atmel-samd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile index be85399084..a58d499268 100644 --- a/ports/atmel-samd/Makefile +++ b/ports/atmel-samd/Makefile @@ -268,7 +268,7 @@ SRC_COMMON_HAL = \ neopixel_write/__init__.c \ os/__init__.c \ storage/__init__.c \ - supervisor/Status.c \ + supervisor/Status.c \ time/__init__.c \ analogio/__init__.c \ analogio/AnalogIn.c \