Skip to content
Open
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion protocol/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ cc_library(
],
deps = [
":console",
":host_cmd",
":opentitan_version",
"//transports:libhoth_device",
],
Expand Down
2 changes: 0 additions & 2 deletions protocol/dfu_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
#include <time.h>
#include <unistd.h>

#include "opentitan_version.h"
#include "protocol/console.h"
#include "protocol/host_cmd.h"
#include "protocol/opentitan_version.h"

void libhoth_print_boot_log(
Expand Down
3 changes: 1 addition & 2 deletions protocol/dfu_check.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#include <stddef.h>
#include <stdint.h>

#include "protocol/console.h"
#include "protocol/opentitan_version.h"
#include "transports/libhoth_device.h"

#ifdef __cplusplus
extern "C" {
Expand All @@ -34,7 +34,6 @@ void libhoth_print_boot_log(
const struct opentitan_image_version* desired_app);
void libhoth_print_dfu_error(struct libhoth_device* const dev,
struct opentitan_get_version_resp* resp, int err);
void libhoth_print_erot_console(struct libhoth_device* const dev);

#ifdef __cplusplus
}
Expand Down
Loading