Skip to content

Commit

Permalink
Cleanup of arduino headers inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ramboerik committed Sep 22, 2020
1 parent f06b82e commit e5b6d6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/ErrorHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <Arduino.h>
#include "ErrorHandler.h"

namespace TeensyStep
Expand Down
2 changes: 1 addition & 1 deletion src/ErrorHandler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include <Arduino.h>
#include "Stream.h"

namespace TeensyStep
{
Expand Down
2 changes: 1 addition & 1 deletion src/timer/stm32/TimerField.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if defined(STM32F4xx)
#pragma once

#include <Arduino.h>
#include <wiring.h>
#include <functional>

#include "../TF_Handler.h"
Expand Down

0 comments on commit e5b6d6d

Please sign in to comment.