mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add R (rest) as alias for Pause (p)
This commit is contained in:
parent
07d9167d66
commit
0134d7dd3b
@ -295,6 +295,7 @@ Tunes::Status Tunes::get_next_note(unsigned &frequency, unsigned &duration, unsi
|
||||
break;
|
||||
|
||||
case 'P': // Pause for a note length.
|
||||
case 'R':
|
||||
frequency = 0;
|
||||
duration = 0;
|
||||
note_length = next_number();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user