From e4c86b9cf045ecbf71da2eef22d04fdb0de2f22b Mon Sep 17 00:00:00 2001 From: "Trent M. Wyatt" Date: Fri, 12 Jan 2024 04:15:16 -0600 Subject: [PATCH] Update unit_test_001.cpp --- test/unit_test_001.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit_test_001.cpp b/test/unit_test_001.cpp index efd99a7..fb6c620 100644 --- a/test/unit_test_001.cpp +++ b/test/unit_test_001.cpp @@ -33,12 +33,12 @@ #include #include "Arduino.h" -// #include "Smooth.h" +#include "Bang.h" unittest_setup() { - fprintf(stderr, "ArduinoCLI Platform\n"); + fprintf(stderr, "Bang Platform\n"); }