diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-16 23:58:05 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-16 23:58:05 +0200 |
| commit | 8770122c970eeedb145ee903e2243b7d4a18605b (patch) | |
| tree | 40c5c63ebd9b10bc624050215ef566a198106f34 /examples/io | |
| parent | 03434a230d8c3ed2e32a3885128e05e42ee11769 (diff) | |
| download | psn00bsdk-8770122c970eeedb145ee903e2243b7d4a18605b.tar.gz | |
Fix sound/spustream, update README and changelog
Diffstat (limited to 'examples/io')
| -rw-r--r-- | examples/io/pads/spi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/io/pads/spi.c b/examples/io/pads/spi.c index 133782c..292e682 100644 --- a/examples/io/pads/spi.c +++ b/examples/io/pads/spi.c @@ -46,9 +46,9 @@ typedef struct _SPI_Context { SPI_Callback callback; } SPI_Context; -static volatile SPI_Context _context; -static volatile SPI_Request volatile *_current_req; -static volatile SPI_Callback _default_cb; +static volatile SPI_Context _context; +static volatile SPI_Request *_current_req; +static volatile SPI_Callback _default_cb; /* Request queue management */ |
