Skip to content

Commit 2619e2a

Browse files
committed
Fix of too much data usage of dsPIC33CH slave core
1 parent 0189caa commit 2619e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspic33ch_slave.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SET_PROCESSOR := -mcpu=33CH128MP202S1
1111

1212
# Set MCU family and scope size for X2C Scope
1313
DEFINE_X2C_MCU_FAMILY := __GENERIC_MICROCHIP_DSPIC__
14-
DEFINE_SCOPE_SIZE := SCOPE_SIZE=5000
14+
DEFINE_SCOPE_SIZE := SCOPE_SIZE=2500
1515

1616
OPTIMISATION := -O2
1717
#Compilers to use

0 commit comments

Comments
 (0)