mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-19 02:08:25 +00:00
Correct warning.
Signed-off-by: Adrian.Conlon <adrian.conlon@arup.com>
This commit is contained in:
parent
acf0c53e1a
commit
32a585a980
@ -744,7 +744,7 @@ namespace EightBit {
|
||||
| (voice4On() << 3)
|
||||
| (voice3On() << 2)
|
||||
| (voice2On() << 1)
|
||||
| voice1On();
|
||||
| (int)voice1On();
|
||||
}
|
||||
|
||||
void fromNR52(uint8_t value) {
|
||||
|
Loading…
Reference in New Issue
Block a user