Clean up SGPIO TX code a little bit.

This commit is contained in:
Jared Boone
2012-06-13 22:00:37 -07:00
parent b5ec859eaf
commit 3c35e39e55

View File

@ -190,7 +190,7 @@ void configure_sgpio_test_tx() {
// Start SGPIO operation by enabling slice clocks. // Start SGPIO operation by enabling slice clocks.
SGPIO_CTRL_ENABLE = SGPIO_CTRL_ENABLE =
(1L << 0) // Slice A (1L << SGPIO_SLICE_A)
; ;
// Enable codec data stream. // Enable codec data stream.