aboutsummaryrefslogtreecommitdiff
path: root/teensy/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/lcd.c')
-rw-r--r--teensy/lcd.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/teensy/lcd.c b/teensy/lcd.c
deleted file mode 100644
index e79b7d5ac..000000000
--- a/teensy/lcd.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "py/obj.h"
-#include "../stmhal/lcd.h"
-
-void lcd_init(void) {
-}
-
-void lcd_print_str(const char *str) {
- (void)str;
-}
-
-void lcd_print_strn(const char *str, unsigned int len) {
- (void)str;
- (void)len;
-}