ui improved
This commit is contained in:
parent
5401635968
commit
fbf95edb58
4 changed files with 7 additions and 4 deletions
|
@ -18,7 +18,7 @@ OBJCOPY_PATH = avr-objcopy
|
|||
PROGRAMMER = avrispmkII
|
||||
OUTPUT = b15f.elf
|
||||
HEX = b15f.hex
|
||||
MCU = atmega1284
|
||||
MCU = atmega1284p
|
||||
CFLAGS = -Wall -Wextra -std=c++14 -O3 -mmcu=$(MCU) -DF_CPU=$(F_CPU) $(DEBUG)
|
||||
LDFLAGS =
|
||||
OBJECTS = main.o spi.o mcp23s17.o tlc5615.o adu.o selftest.o global_vars.o usart.o request_handlers.o interrupts.o pwm.o
|
||||
|
|
|
@ -24,7 +24,7 @@ uint8_t const rq_len[] = {
|
|||
1 /* RQ_DISCARD */,
|
||||
1 /* RQ_TEST */ + 1 /* test byte */,
|
||||
1 /* RQ_INFO */,
|
||||
1 /* RQ_INFO */ + 1 /* test int high low */ + 1 /* test int high high */,
|
||||
1 /* RQ_INT_TEST */ + 1 /* test int high low */ + 1 /* test int high high */,
|
||||
1 /* RQ_SELF_TEST */,
|
||||
1 /* RQ_DIGITAL_WRITE_0 */ + 1 /* port value */,
|
||||
1 /* RQ_DIGITAL_WRITE_1 */ + 1 /* port value */,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue