diff options
Diffstat (limited to 'hw/sofirn/blf-lt1')
| -rw-r--r-- | hw/sofirn/blf-lt1/cfg.h | 2 | ||||
| -rw-r--r-- | hw/sofirn/blf-lt1/hwdef.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/sofirn/blf-lt1/cfg.h b/hw/sofirn/blf-lt1/cfg.h index 53c3203..e60c9f7 100644 --- a/hw/sofirn/blf-lt1/cfg.h +++ b/hw/sofirn/blf-lt1/cfg.h @@ -4,7 +4,7 @@ #pragma once #define MODEL_NUMBER "0621" -#include "hwdef-blf-lt1.h" +#include "sofirn/blf-lt1/hwdef.h" // ATTINY: 85 // the button lights up diff --git a/hw/sofirn/blf-lt1/hwdef.h b/hw/sofirn/blf-lt1/hwdef.h index b113fd4..192d067 100644 --- a/hw/sofirn/blf-lt1/hwdef.h +++ b/hw/sofirn/blf-lt1/hwdef.h @@ -15,7 +15,7 @@ #define ATTINY 85 #include <avr/io.h> -#define HWDEF_C_FILE hwdef-blf-lt1.c +#define HWDEF_C_FILE sofirn/blf-lt1/hwdef.c // channel modes: // * 0. channel 1 only |
