diff options
| author | Valentin Milea <[email protected]> | 2022-01-07 15:12:07 +0200 |
|---|---|---|
| committer | Valentin Milea <[email protected]> | 2022-01-07 15:12:07 +0200 |
| commit | c2533a45bd932d672458cf54d37ac5207a734e41 (patch) | |
| tree | a8d886bdccaed451053262b0d875612338389474 /examples/host/hid_controller/Makefile | |
| parent | a284e438f1952315631f354dee2b30b264afb324 (diff) | |
| parent | 3b09b82123a50bef6b18cf90c2734ae7581da4a3 (diff) | |
Merge branch 'master' into feature/feedback_format
Diffstat (limited to 'examples/host/hid_controller/Makefile')
| -rw-r--r-- | examples/host/hid_controller/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/hid_controller/Makefile b/examples/host/hid_controller/Makefile index a4eaf0816..c58df562b 100644 --- a/examples/host/hid_controller/Makefile +++ b/examples/host/hid_controller/Makefile @@ -9,7 +9,7 @@ INC += \ EXAMPLE_SOURCE += \ src/hid_app.c \ src/main.c - + SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) # TODO: suppress warning caused by host stack |
