396.1.1
by Selene Scriven
Reworked the config file include system so it'll include the #defined value |
1 |
#ifndef HWDEF_EMISAR_D4S_H
|
2 |
#define HWDEF_EMISAR_D4S_H
|
|
3 |
||
340.1.3
by Selene Scriven
merged updates from FSM branch |
4 |
/* Emisar D4S driver layout
|
5 |
*/
|
|
6 |
// same as a D4, basically
|
|
7 |
#include "hwdef-Emisar_D4.h" |
|
8 |
||
9 |
// ... except the D4S has aux LEDs under the optic
|
|
10 |
#ifndef AUXLED_PIN
|
|
11 |
#define AUXLED_PIN PB4 // pin 3 |
|
12 |
#endif
|
|
13 |
||
396.1.1
by Selene Scriven
Reworked the config file include system so it'll include the #defined value |
14 |
#endif
|