Update RemoteControl.h

This commit is contained in:
Andy Taylor 2020-05-05 19:27:12 +01:00 committed by GitHub
parent 8b2b3d344a
commit d3f4b1f90c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,8 @@ enum REMOTE_COMMAND {
RCD_MODE_YSF,
RCD_MODE_P25,
RCD_MODE_NXDN,
RCD_PAGE
RCD_PAGE,
RCD_CW
};
class CRemoteControl {