History | View | Annotate | Download (284 Bytes)
#ifndef _BOOTLOADER_H_
#define _BOOTLOADER_H_
#include <avr/io.h>
#include <avr/boot.h>
#include <avr/wdt.h>
#include <tooltron.h>
#include "rs485_poll.h"
#include "packet.h"
/** @brief This is the address of the tool. Change this pre program instance */
#define ADDR 18
#endif