From 154c1d28b5c1847223373f88eb4775a139a2e7e3 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Wed, 31 May 2017 18:26:15 -0400 Subject: [PATCH] added missing symlinks --- teensy/lcg.cpp | 1 + teensy/lcg.h | 1 + 2 files changed, 2 insertions(+) create mode 120000 teensy/lcg.cpp create mode 120000 teensy/lcg.h diff --git a/teensy/lcg.cpp b/teensy/lcg.cpp new file mode 120000 index 0000000..045b4ae --- /dev/null +++ b/teensy/lcg.cpp @@ -0,0 +1 @@ +../lcg.cpp \ No newline at end of file diff --git a/teensy/lcg.h b/teensy/lcg.h new file mode 120000 index 0000000..11f604e --- /dev/null +++ b/teensy/lcg.h @@ -0,0 +1 @@ +../lcg.h \ No newline at end of file