Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit f961d46

Browse files
committed
Reverted to old queue implementation because of memory usage of esp32s3
1 parent ab8ff41 commit f961d46

File tree

5 files changed

+111
-482
lines changed

5 files changed

+111
-482
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
default:
22
mkdir build
3-
cc -c -g drpc_*.c lfqueue.c queue.c aes.c hashtable.c/*.c -O3
3+
cc -c -g drpc_*.c queue.c aes.c hashtable.c/*.c -O3
44
mv *.o build/
55
ar rcs drpc_full.a build/*.o
66
rm -rf build

lfqueue.c

Lines changed: 0 additions & 379 deletions
This file was deleted.

0 commit comments

Comments
 (0)