Project

General

Profile

Revision 182

Added by Kevin Woo about 14 years ago

Changed bootloader to use the common header file

View differences:

trunk/bootloader/bootloader.c
3 3
#include <avr/pgmspace.h>
4 4
#include <avr/wdt.h>
5 5

  
6
#include "tooltron.h"
6
#include <tooltron.h>
7 7
#include "uart.h"
8 8

  
9 9
#define TRUE	0
trunk/bootloader/Makefile
102 102

  
103 103

  
104 104
# Place -I options here
105
CINCS =
105
CINCS = -I ../common/
106 106

  
107 107

  
108 108

  

Also available in: Unified diff