Revision 182
| trunk/bootloader/bootloader.c (revision 182) | ||
|---|---|---|
| 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 (revision 182) | ||
|---|---|---|
| 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