Kuninori Morimoto | 9a4af11 | 2010-12-01 07:45:00 +0100 | [diff] [blame^] | 1 | #ifndef ZBOOT_H |
2 | #define ZBOOT_H | ||||
3 | |||||
4 | /************************************************** | ||||
5 | * | ||||
6 | * board specific settings | ||||
7 | * | ||||
8 | **************************************************/ | ||||
9 | |||||
10 | #error "unsupported board." | ||||
11 | |||||
12 | #endif /* ZBOOT_H */ |