13 lines
284 B
C
13 lines
284 B
C
/* Board devices include file */
|
|
|
|
#ifndef BOARD_DEVICES_H
|
|
#define BOARD_DEVICES_H
|
|
|
|
extern const struct driver uart_1;
|
|
extern const struct driver led_3;
|
|
extern const struct driver led_4;
|
|
extern const struct driver led_5;
|
|
extern const struct driver led_6;
|
|
|
|
#endif /* BOARD_DEVICES_H */
|