commit | 0b16e8ada58b88d0f6e6a2e4c6c7f140d55d06ee | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon May 29 11:52:08 2017 +0300 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Mon May 29 17:31:30 2017 +0300 |
tree | 728fe7f30fbc1961c86395eafa12a56255d80838 | |
parent | 3357813373e4a46947ac2d9e208837b70fe49e60 [diff] |
samples: microbit/pong: Increase ISR stack size The stuff that the GPIO button callback does (in particular the printk calls) requires more stack space from the ISR stack. Increase it to 1k from the default 640. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>