fix location and naming of enum

This commit is contained in:
seagull9000 2025-05-20 19:33:21 +12:00
parent f82844f43f
commit 7507f889a5
5 changed files with 24 additions and 23 deletions

View file

@ -16,15 +16,6 @@
*/
enum class buzzerEventType
{
noBuzzer,
contactMessage,
channelMessage,
roomMessage,
newContactMessage
};
class genericBuzzer
{
public: