Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions protocol/console.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ extern "C" {
#include "transports/libhoth_device.h"


#ifdef __cplusplus
}
#endif

#define EROT_CHANNEL_ID 0x45524F54 // 'EROT'
#define HOTH_FIFO_MAX_REQUEST_SIZE 1024
#define HOTH_PRV_CMD_HOTH_CHANNEL_STATUS 0x0037
Expand Down Expand Up @@ -157,4 +153,8 @@ int libhoth_set_uart_config(struct libhoth_device *dev,
const struct libhoth_htool_console_opts *opts,
struct hoth_channel_uart_config *config);

#ifdef __cplusplus
}
#endif

#endif
Loading