summaryrefslogtreecommitdiffstats
path: root/src/occ_405/wof/wof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/wof/wof.c')
-rw-r--r--src/occ_405/wof/wof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/wof/wof.c b/src/occ_405/wof/wof.c
index 09ad7b0..9e5e990 100644
--- a/src/occ_405/wof/wof.c
+++ b/src/occ_405/wof/wof.c
@@ -498,7 +498,7 @@ void copy_vfrt_to_sram( void )
*/
// Static variable to trac which buffer is open for use
// 0 = PING; 1 = PONG;
- uint8_t * l_buffer_address;
+ uint8_t * l_buffer_address = G_sram_vfrt_ping_buffer;
if(g_wof->curr_ping_pong_buf == (uint32_t)G_sram_vfrt_ping_buffer)
{
// Switch to pong buffer
OpenPOWER on IntegriCloud