diff options
author | Damien George <damien.p.george@gmail.com> | 2014-05-21 20:14:27 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-05-21 20:14:27 +0100 |
commit | aa7cf6f72f4e8a553f892629bb3338ab8c982d57 (patch) | |
tree | b16167eecc2c5e8e5f84bd710308366a166c55e8 /stm/lcd.h | |
parent | 63436ce22ee20f56b0083f846261c0b77af9961b (diff) | |
download | micropython-aa7cf6f72f4e8a553f892629bb3338ab8c982d57.tar.gz micropython-aa7cf6f72f4e8a553f892629bb3338ab8c982d57.zip |
stm: Remove long-obsolete stm/ port.
Diffstat (limited to 'stm/lcd.h')
-rw-r--r-- | stm/lcd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stm/lcd.h b/stm/lcd.h deleted file mode 100644 index 7b243ee7e3..0000000000 --- a/stm/lcd.h +++ /dev/null @@ -1,3 +0,0 @@ -void lcd_init(void); -void lcd_print_str(const char *str); -void lcd_print_strn(const char *str, unsigned int len); |