Skip to content

Commit

Permalink
TODO Squash
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvollmer committed Oct 28, 2023
1 parent bcfd5db commit 7fd82b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ All custom test classes must inherit the base `Test` class, as it defines a stan
#define __CUSTOM_TEST__

#include "test.h"
#include <string>
#include <string.h>

using namespace std;
// TODO using namespace std;


class CustomTest : public Test {
Expand Down
1 change: 1 addition & 0 deletions tests/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "mbed.h"
#include "serialWrapper.h"
#include <string>
#include <string.h>

using namespace std;

Expand Down

0 comments on commit 7fd82b4

Please sign in to comment.