summaryrefslogtreecommitdiff
path: root/examples/device/midi_test
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-04-23 14:50:27 +0700
committerGitHub <[email protected]>2020-04-23 14:50:27 +0700
commitf8bb4c86ef0fab6f4540aa9f418c2df54c2f99ee (patch)
tree559760af8e17e1fc80154aa0a454df3041215f09 /examples/device/midi_test
parentc39dc03331683167be3c2a6ca59a4ee8e6e6620d (diff)
parenta029c63b3061c1b84c18d9a7453bdf7180e02b86 (diff)
Merge pull request #376 from hathach/add-more-example
Add dynamic configuration example
Diffstat (limited to 'examples/device/midi_test')
-rw-r--r--examples/device/midi_test/src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/midi_test/src/main.c b/examples/device/midi_test/src/main.c
index 381bcf634..96292dd6b 100644
--- a/examples/device/midi_test/src/main.c
+++ b/examples/device/midi_test/src/main.c
@@ -71,6 +71,7 @@ int main(void)
midi_task();
}
+
return 0;
}