altos/stm32f042: Increase interrupt stack to 256 bytes
authorKeith Packard <keithp@keithp.com>
Tue, 13 Jun 2023 06:11:01 +0000 (23:11 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 13 Jun 2023 06:16:58 +0000 (23:16 -0700)
Running the radio on TeleMini in monitor idle mode ended up
overflowing the interrupt stack of 128 bytes. Increase to 256 bytes
and adjust task stack sizes so targets continue to build.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found