changeset 20:133d42e7e7ec

src/nucleus/nucleus.h: reduce NU_MAX_VECTORS to 8 8 is the setting used in the TCS211 version of Nucleus, and because this whole feature (NU-managed LISRs) is not used in this firmware architecture, a smaller setting means less waste of dead data space.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 08:09:35 +0000
parents aa868a5dcfd7
children 1edc7293e433
files src/nucleus/nucleus.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/nucleus/nucleus.h	Fri Oct 16 07:38:28 2020 +0000
+++ b/src/nucleus/nucleus.h	Fri Oct 16 08:09:35 2020 +0000
@@ -188,7 +188,7 @@
 
 #define         NU_MIN_STACK_SIZE               240
 #define         NU_MAX_NAME                     8
-#define         NU_MAX_VECTORS                  64
+#define         NU_MAX_VECTORS                  8
 #define         NU_MAX_LISRS                    8