We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde2b6d commit 1eb585cCopy full SHA for 1eb585c
build
@@ -1,11 +1,11 @@
1
cc_library(
2
- name = "DC Motor Engine Control",
+ name = "Engine Control",
3
srcs = [
4
- "autonomous_vehicle/libraries/engine_control/engine_control.h",
5
+ "src/engine_control.h",
6
],
7
includes = [
8
- "autonomous_vehicle/libraries/engine_control",
+ "src",
9
10
visibility = ["//visibility:public"],
11
)
0 commit comments