From bfd1720a0c1db0431ba11fbbe30d3500f875197f Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Sat, 17 Feb 2018 16:03:59 -0500 Subject: [PATCH] Include no-slot clock in Teensy build --- teensy/noslotclock.cpp | 1 + teensy/noslotclock.h | 1 + 2 files changed, 2 insertions(+) create mode 120000 teensy/noslotclock.cpp create mode 120000 teensy/noslotclock.h diff --git a/teensy/noslotclock.cpp b/teensy/noslotclock.cpp new file mode 120000 index 0000000..e86f709 --- /dev/null +++ b/teensy/noslotclock.cpp @@ -0,0 +1 @@ +../apple/noslotclock.cpp \ No newline at end of file diff --git a/teensy/noslotclock.h b/teensy/noslotclock.h new file mode 120000 index 0000000..898499f --- /dev/null +++ b/teensy/noslotclock.h @@ -0,0 +1 @@ +../apple/noslotclock.h \ No newline at end of file