diff options
| author | Ha Thach <[email protected]> | 2026-06-12 23:59:13 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-12 23:59:13 +0700 |
| commit | 50115d171321600954095fad7ac0e635e51c4c23 (patch) | |
| tree | d4192612f1f083e3b5b14f5eb837cfc0d5f41cb1 /examples/host/midi2_host/src | |
| parent | 30627e9d265bb093ccd2b41e3c715176ed62375a (diff) | |
| parent | 5014146fef1aac07362ee35c0c361b8475f7636d (diff) | |
Merge branch 'master' into ch32_fsdev
Diffstat (limited to 'examples/host/midi2_host/src')
| -rw-r--r-- | examples/host/midi2_host/src/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/host/midi2_host/src/main.c b/examples/host/midi2_host/src/main.c index 63b08318c..d81e77a33 100644 --- a/examples/host/midi2_host/src/main.c +++ b/examples/host/midi2_host/src/main.c @@ -35,7 +35,7 @@ // State //--------------------------------------------------------------------+ -static uint8_t midi2_idx = 0xFF; +TU_ATTR_UNUSED static uint8_t midi2_idx = 0xFF; //--------------------------------------------------------------------+ // UMP printer - shows MT and word(s) in hex; decodes Channel Voice @@ -160,6 +160,4 @@ int main(void) { while (1) { tuh_task(); } - - return 0; } |
