diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-04-30 22:57:15 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-04-30 22:57:15 +1000 |
commit | 04307da6b7ca4fdc330c9f1cf8570d8f07ea1e5f (patch) | |
tree | 7e93244c296b9d309f597521a9a02bd440501213 /boards | |
parent | a394e2c35dde67241bea69409bcae9f46dcfc089 (diff) | |
download | uGFX-04307da6b7ca4fdc330c9f1cf8570d8f07ea1e5f.tar.gz uGFX-04307da6b7ca4fdc330c9f1cf8570d8f07ea1e5f.tar.bz2 uGFX-04307da6b7ca4fdc330c9f1cf8570d8f07ea1e5f.zip |
Updates to vs1053 driver. Now accepting data but still no sound.
Diffstat (limited to 'boards')
-rw-r--r-- | boards/base/Mikromedia-STM32-M4-ILI9341/gaudio_play_board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/gaudio_play_board.h b/boards/base/Mikromedia-STM32-M4-ILI9341/gaudio_play_board.h index 9b16b27a..72e557e4 100644 --- a/boards/base/Mikromedia-STM32-M4-ILI9341/gaudio_play_board.h +++ b/boards/base/Mikromedia-STM32-M4-ILI9341/gaudio_play_board.h @@ -60,10 +60,10 @@ static inline void board_startcmdwrite(void) { // End a command write static inline void board_endcmdwrite(void) { + SET_CS; #if SPI_USE_MUTUAL_EXCLUSION spiReleaseBus(SPI_PORT); #endif - SET_CS; } // Start a command read |