mirror of
https://github.com/synthead/timex-datalink-arduino.git
synced 2026-07-27 19:55:50 +00:00
Remove extra guards from NotebookAdapter.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#ifndef NOTEBOOK_ADAPTER_H
|
||||
#define NOTEBOOK_ADAPTER_H
|
||||
|
||||
#define COMMAND_PING 'x'
|
||||
#define COMMAND_QUERY '?'
|
||||
#define COMMAND_TRANSMIT 'U'
|
||||
@@ -51,5 +48,3 @@ namespace NotebookAdapter {
|
||||
function(serial_byte);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user