Skip to content
Snippets Groups Projects
Commit d5b2ba27 authored by Martina's avatar Martina Committed by Daniel Agar
Browse files

tunes: change tune update interval to 100000 us

parent 0f1f2d87
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
// TODO: find better way to include the number of tunes, maybe include them in the lib directly?
#include <drivers/drv_tone_alarm.h>
#define TUNE_MAX_UPDATE_INTERVAL_US 330000
#define TUNE_MAX_UPDATE_INTERVAL_US 100000
class Tunes
{
......@@ -115,6 +115,7 @@ private:
unsigned _frequency;
unsigned _duration;
unsigned _silence;
bool _using_custom_msg = false;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment