summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/timer.h')
-rw-r--r--teensy/timer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/teensy/timer.h b/teensy/timer.h
index bfa7636f49..89095b0764 100644
--- a/teensy/timer.h
+++ b/teensy/timer.h
@@ -23,8 +23,12 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+#ifndef MICROPY_INCLUDED_TEENSY_TIMER_H
+#define MICROPY_INCLUDED_TEENSY_TIMER_H
extern const mp_obj_type_t pyb_timer_type;
void timer_init0(void);
void timer_deinit(void);
+
+#endif // MICROPY_INCLUDED_TEENSY_TIMER_H