add channel menu, narrow and ensure selection, reverse marker moving direction

This commit is contained in:
TT 2016-12-01 01:08:13 +09:00
parent 4e55ca4f70
commit d84a212a3b
4 changed files with 54 additions and 9 deletions

View file

@ -66,7 +66,7 @@ endif
# Stack size to the allocated to the Cortex-M main/exceptions stack. This
# stack is used for processing interrupts and exceptions.
ifeq ($(USE_EXCEPTIONS_STACKSIZE),)
USE_EXCEPTIONS_STACKSIZE = 0x280
USE_EXCEPTIONS_STACKSIZE = 0x200
endif
#