Skip to content

Commit

Permalink
cleanup some accidentially added changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Kohlbau <[email protected]>
  • Loading branch information
tobiaskohlbau committed Feb 26, 2024
1 parent d7e602f commit 1419e48
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions build/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ pub const BuildEnvironment = struct {
if (options.target.configure) |configure| {
configure(fw.env, fw);
}


return fw;
}
Expand Down
1 change: 0 additions & 1 deletion core/src/core/usb.zig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
//! 5. Call `usb.task()` within the main loop

const std = @import("std");
const sizeOfCheck = @import("../core.zig").sizeOfCheck;

/// USB Human Interface Device (HID)
pub const hid = @import("usb/hid.zig");
Expand Down
1 change: 0 additions & 1 deletion core/src/core/usb/hid.zig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
//! The HID descriptor identifies the length and type of subordinate descriptors for device.

const std = @import("std");
const sizeOfCheck = @import("../../core.zig").sizeOfCheck;

// +++++++++++++++++++++++++++++++++++++++++++++++++
// Common Data Types
Expand Down

0 comments on commit 1419e48

Please sign in to comment.