Skip to content

Commit 6a0fd1b

Browse files
committed
reduced SPARE_RAM in order to get tst_api_demod_700D_AWGN_test to pass
1 parent dcf7d67 commit 6a0fd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stm32/unittest/src/tst_api_demod.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void my_datatx(void *callback_state, unsigned char *packet, size_t *size) {
9696
*size = 0;
9797
}
9898

99-
#define SPARE_RAM 10000
99+
#define SPARE_RAM 4000
100100

101101
int main(int argc, char *argv[]) {
102102
char dummy[SPARE_RAM];

0 commit comments

Comments
 (0)