Skip to content

Commit 2283ed3

Browse files
committed
[TensorFlowLite.h] remove including peripherals/peripherals.h
1 parent e0cbc49 commit 2283ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TensorFlowLite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ limitations under the License.
1919
// in a .ino sketch forces the Arduino toolchain to build the rest of the
2020
// library.
2121

22-
#include "peripherals/peripherals.h"
22+
//#include "peripherals/peripherals.h"
2323

2424
#endif // TENSORFLOW_LITE_MICRO_TOOLS_MAKE_TEMPLATES_TENSORFLOWLITE_H_

0 commit comments

Comments
 (0)