From 9186031e95c959945d2afca5f28dd92673cf8fd0 Mon Sep 17 00:00:00 2001
From: Erwin Ried <1091420+eried@users.noreply.github.com>
Date: Wed, 19 Aug 2020 22:52:39 +0200
Subject: [PATCH] Update stream_output.cpp

---
 firmware/baseband/stream_output.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/firmware/baseband/stream_output.cpp b/firmware/baseband/stream_output.cpp
index 9bbf4ece..c28d8b2f 100644
--- a/firmware/baseband/stream_output.cpp
+++ b/firmware/baseband/stream_output.cpp
@@ -67,7 +67,7 @@ size_t StreamOutput::read(void* const data, const size_t length) {
 			}
 			// Tell M0 (IRQ) that a buffer has been consumed.
 			active_buffer = nullptr;
-			creg::m4txevent::assert();
+			creg::m4txevent::assert_event();
 		}
 	}
 
-- 
GitLab