~toykeeper/flashlight-firmware/fsm

396.1.1 by Selene Scriven
Reworked the config file include system so it'll include the #defined value
1
#ifndef HWDEF_EMISAR_D1S_H
2
#define HWDEF_EMISAR_D1S_H
3
350 by Selene Scriven
Added hardware profiles and build targets for Emisar D1 and D1S.
4
/* Emisar D1S driver layout
5
 */
6
// D1S driver is exactly the same as a D4
7
#include "hwdef-Emisar_D4.h"
396.1.1 by Selene Scriven
Reworked the config file include system so it'll include the #defined value
8
9
#endif