Skip to content

Commit

Permalink
Merge pull request #857 from 32blit/Daft-Freak-patch-1
Browse files Browse the repository at this point in the history
pico: unbreak PWM audio
  • Loading branch information
Daft-Freak authored Aug 30, 2024
2 parents ee8749b + f9ac2c7 commit 691a2e5
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 691a2e5

Please sign in to comment.