blob: e0c218fde68715a17eedae9b90666e9cca95f663 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef ZBOOT_H
#define ZBOOT_H
/**************************************************
*
* board specific settings
*
**************************************************/
#error "unsupported board."
#endif /* ZBOOT_H */
|