From 577dd48af7ae1f567b01d14e5566a94ef8cb1b00 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 1 Nov 2025 14:58:28 -0600 Subject: [PATCH] [build] Fix bazel examples lists after merge (#8326) --- wpilibcExamples/example_projects.bzl | 1 + wpilibjExamples/example_projects.bzl | 1 + 2 files changed, 2 insertions(+) diff --git a/wpilibcExamples/example_projects.bzl b/wpilibcExamples/example_projects.bzl index 76c832a726..2fd8199cb5 100644 --- a/wpilibcExamples/example_projects.bzl +++ b/wpilibcExamples/example_projects.bzl @@ -80,6 +80,7 @@ SNIPPETS_FOLDERS = [ "EncoderHoming", "LimitSwitch", "OnboardIMU", + "ProfiledPIDFeedforward", ] TEMPLATES_FOLDERS = [ diff --git a/wpilibjExamples/example_projects.bzl b/wpilibjExamples/example_projects.bzl index d432cc9468..546a2ef706 100644 --- a/wpilibjExamples/example_projects.bzl +++ b/wpilibjExamples/example_projects.bzl @@ -79,6 +79,7 @@ SNIPPETS_FOLDERS = [ "encoderhoming", "limitswitch", "onboardimu", + "profiledpidfeedforward", ] TEMPLATES_FOLDERS = [