/avr/bioloid-imu/Makefile |
---|
11,7 → 11,7 |
MK_AVR_PROGRAMMER ?= stk500 |
# Extended fuse byte should be FB for standalone, FA for bootloader-stk500 |
MK_AVR_FUSES_m168 = FB DF FF |
MK_AVR_FUSES_m168 = F9 DC FF |
MK_HEX_TARGET = bioloidIMU |
MK_SRC_FILES = bioloidIMU.c bioloid-pkt.c Delay.c adc.c StrPrintf.o bioloid-uart.c Timer.c |