diff options
| author | Ha Thach <[email protected]> | 2020-04-23 14:50:27 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-23 14:50:27 +0700 |
| commit | f8bb4c86ef0fab6f4540aa9f418c2df54c2f99ee (patch) | |
| tree | 559760af8e17e1fc80154aa0a454df3041215f09 /examples/device/midi_test/src/main.c | |
| parent | c39dc03331683167be3c2a6ca59a4ee8e6e6620d (diff) | |
| parent | a029c63b3061c1b84c18d9a7453bdf7180e02b86 (diff) | |
Merge pull request #376 from hathach/add-more-example
Add dynamic configuration example
Diffstat (limited to 'examples/device/midi_test/src/main.c')
| -rw-r--r-- | examples/device/midi_test/src/main.c | 1 |
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; } |
