OSDN Git Service

[TYPO] Fix define of EXAMP for FM.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 25 Nov 2013 12:17:42 +0000 (21:17 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 25 Nov 2013 12:17:42 +0000 (21:17 +0900)
iodef_amp.h

index d87a034..4258572 100644 (file)
@@ -45,10 +45,9 @@ extern "C" {
 
 enum {
         RFAMP_OFF = 0,
-        RFAMP_FM = 0,
+        RFAMP_FM = 3,
         RFAMP_MWLW = 2,
         RFAMP_SW = 1
-        /* 3 = Reserve*/
 };