Skip to content

Commit

Permalink
rp2xxx: examples: Fix name of 'generic' examples (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather authored Feb 14, 2025
1 parent 7ee9ac4 commit deee0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/raspberrypi/rp2xxx/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ pub fn build(b: *std.Build) void {
.{ .name = "changing-system-clocks", .file = "src/changing_system_clocks.zig" },
.{ .name = "custom-clock-config", .file = "src/custom_clock_config.zig" },
.{ .name = "watchdog-timer", .file = "src/watchdog_timer.zig" },
.{ .name = "pico_stepper", .file = "src/stepper.zig" },
.{ .name = "pico_usb-cdc", .file = "src/usb_cdc.zig" },
.{ .name = "stepper", .file = "src/stepper.zig" },
.{ .name = "usb-cdc", .file = "src/usb_cdc.zig" },
};

var available_examples = std.ArrayList(Example).init(b.allocator);
Expand Down

0 comments on commit deee0dd

Please sign in to comment.