Skip to content

Commit 646b309

Browse files
author
Chris Warren-Smith
committed
TEENSY: add missing file
1 parent b73c3bf commit 646b309

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/platform/teensy/src/serial.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// This file is part of SmallBASIC
2+
//
3+
// Copyright(C) 2001-2025 Chris Warren-Smith.
4+
// Copyright(C) 2000 Nicholas Christopoulos
5+
//
6+
// This program is distributed under the terms of the GPL v2.0 or later
7+
// Download the GNU Public License (GPL) from www.gnu.org
8+
//
9+
10+
#pragma once
11+
12+
void serial_init();

0 commit comments

Comments
 (0)