mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 10:55:05 +00:00
VERA: 0 to 3F
This commit is contained in:
parent
a1969d30f6
commit
848da5bcc5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const char* DivPlatformVERA::getEffectName(unsigned char effect) {
|
|||
return "20xx: Change waveform";
|
||||
break;
|
||||
case 0x22:
|
||||
return "22xx: Set duty cycle (0 to 63)";
|
||||
return "22xx: Set duty cycle (0 to 3F)";
|
||||
break;
|
||||
}
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue