Remove extra guards from NotebookAdapter.

This commit is contained in:
Maxwell Pray
2022-09-01 18:45:21 -07:00
parent d64565c803
commit c952711b37
-5
View File
@@ -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