MCU := attiny861
PART := t861

#MCU := atmega88
#PART := m88

#MCU := atmega168
#PART := m168

include ../Make_var.mk
include ../lib_avr/Make_var.mk

pon_switch.out:	pon_switch.o

all:	$(HEX)

include ../lib_avr/Make_tgt.mk
