Skip to content

Commit

Permalink
Update unit_test_001.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ripred authored Jan 12, 2024
1 parent e66f06f commit e4c86b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit_test_001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
#include <ArduinoUnitTests.h>

#include "Arduino.h"
// #include "Smooth.h"
#include "Bang.h"


unittest_setup()
{
fprintf(stderr, "ArduinoCLI Platform\n");
fprintf(stderr, "Bang Platform\n");
}


Expand Down

0 comments on commit e4c86b9

Please sign in to comment.