From d14c3aa1e2d1c49009f5f0fbae3d575f39309ac7 Mon Sep 17 00:00:00 2001 From: William Miceli Date: Sat, 20 Feb 2021 16:01:25 -0500 Subject: [PATCH] Added note about generic MSP430 header include --- .../SunseekerTelemetryAndLightingSystem/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Code Composer Studio Workspace/SunseekerTelemetryAndLightingSystem/main.c b/Software/Code Composer Studio Workspace/SunseekerTelemetryAndLightingSystem/main.c index 4de5073..0e35650 100644 --- a/Software/Code Composer Studio Workspace/SunseekerTelemetryAndLightingSystem/main.c +++ b/Software/Code Composer Studio Workspace/SunseekerTelemetryAndLightingSystem/main.c @@ -1,4 +1,4 @@ -#include +#include // The correct header file will be chosen automatically based on project settings /**