summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/comm
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-07 16:20:53 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-07 16:20:53 +0100
commitf5cd361f8ed711c04768228b319aad0e311b94d8 (patch)
tree7f208ac87cfbd0191a75a9510da752727ab2cac3 /src/target/firmware/comm
parent98cc91c44ad67d2bdc557e597866102ae40f611a (diff)
actually link against libosmocore for the target
Diffstat (limited to 'src/target/firmware/comm')
-rw-r--r--src/target/firmware/comm/msgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/comm/msgb.c b/src/target/firmware/comm/msgb.c
index 499060c3..866fd3c5 100644
--- a/src/target/firmware/comm/msgb.c
+++ b/src/target/firmware/comm/msgb.c
@@ -36,7 +36,7 @@ void *tall_msgb_ctx;
#ifdef NO_TALLOC
/* This is a poor mans static allocator for msgb objects */
#define MSGB_DATA_SIZE 256+4
-#define MSGB_NUM 16
+#define MSGB_NUM 32
struct supermsg {
uint8_t allocated;
struct msgb msg;