Clean up SGPIO TX code a little bit.
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user