Skip to content

Commit

Permalink
pico: unbreak PWM audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak authored Aug 29, 2024
1 parent ee8749b commit f9ac2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 32blit-pico/audio/pwm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "audio/audio.hpp"

#define audio_pio __CONCAT(pio, PICO_AUDIO_I2S_PIO)
#define audio_pio __CONCAT(pio, PICO_AUDIO_PWM_PIO)

static audio_buffer_pool *audio_pool = nullptr;

Expand Down

0 comments on commit f9ac2c7

Please sign in to comment.