kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Removed const from picosynth volume
rodzic
875119da70
commit
b81c43f479
|
@ -106,7 +106,7 @@ namespace pimoroni {
|
|||
|
||||
class PicoSynth {
|
||||
public:
|
||||
const uint16_t volume = 0x2fff;
|
||||
uint16_t volume = 0x2fff;
|
||||
|
||||
static const uint CHANNEL_COUNT = 8;
|
||||
AudioChannel channels[CHANNEL_COUNT];
|
||||
|
|
Ładowanie…
Reference in New Issue