diff --git a/FM/FM.ino b/FM/FM.ino index 8f2a392..a680b68 100644 --- a/FM/FM.ino +++ b/FM/FM.ino @@ -16,8 +16,8 @@ bool gate = 0; const int MIN_CARRIER_FREQ = 22; const int MAX_CARRIER_FREQ = 440; -const int MIN = 1; -const int MAX = 10; +const int MIN = 10; +const int MAX = 1; const int MIN_2 = 1; const int MAX_2 = 15;