summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Iacobucci <alexiacobucci@google.com>2023-05-18 16:31:47 +0000
committervincenttew <vincenttew@google.com>2023-08-01 17:26:48 +0800
commita482a8b806f0b264adb96ba6f671df50b60b2c0f (patch)
tree05bb01154c5a6450207ffa9a6ba5417b978d9074
parent8b01f83f919d57dc1357e69b87392f999dc0748f (diff)
downloadaoc-a482a8b806f0b264adb96ba6f671df50b60b2c0f.tar.gz
aoc: increase service limit to 96
Bug: 293828277 Test: tested on device Change-Id: Ic8ad9a4a2ae8c4f032ea4d19a04d3f49161957cf Signed-off-by: Alex Iacobucci <alexiacobucci@google.com>
-rw-r--r--aoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/aoc.h b/aoc.h
index 29d3deb..36940bf 100644
--- a/aoc.h
+++ b/aoc.h
@@ -90,7 +90,7 @@ void aoc_trigger_watchdog(const char *reason);
/* Rings should have the ring flag set, slots = 1, size = ring size
* tx/rx stats for rings are measured in bytes, otherwise msg sends
*/
-#define AOC_MAX_ENDPOINTS 80
+#define AOC_MAX_ENDPOINTS 96
#define AOC_ENDPOINT_NONE 0xffffffff
/* Offset from the beginning of the DRAM region for the firmware to be stored */