summaryrefslogtreecommitdiff
path: root/src/mpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpu.c')
-rw-r--r--src/mpu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mpu.c b/src/mpu.c
index ec976a2..9659c50 100644
--- a/src/mpu.c
+++ b/src/mpu.c
@@ -96,8 +96,6 @@ int mpu_send(mpu_ctx_t* ctx, const uint8_t* data, size_t len) {
// TODO: Zero-copy recv() into reorder buffer slot, requiring the user to provide a callback
// for processing received packets, instead of copying into a user buffer.
-// TODO: Attempt to optimize heap_extract() to purge multiple expired packets at once.
-
ssize_t mpu_recv(mpu_ctx_t* ctx, uint8_t* data, size_t len) {
if (!ctx || !data || !len) {
errno = EINVAL;