Delete external_lcd.cpp
This commit is contained in:
parent
a4fcda3641
commit
a169d71d30
|
@ -1,5 +0,0 @@
|
||||||
#include <external_lcd.hpp>
|
|
||||||
void ExternalLCD::callTriggerFunction() {
|
|
||||||
uint8_t touch_hex = Serial2.read();
|
|
||||||
external_lcd_callback(touch_hex);
|
|
||||||
}
|
|
Loading…
Reference in New Issue