diff options
Diffstat (limited to '')
| -rw-r--r-- | hw/sofirn/sp36-t1616/cfg.h | 2 | ||||
| -rw-r--r-- | hw/sofirn/sp36/cfg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/sofirn/sp36-t1616/cfg.h b/hw/sofirn/sp36-t1616/cfg.h index cb29e4f..d3e5459 100644 --- a/hw/sofirn/sp36-t1616/cfg.h +++ b/hw/sofirn/sp36-t1616/cfg.h @@ -4,7 +4,7 @@ #pragma once // same as the BLF Q8, mostly -#include "cfg-blf-q8-t1616.h" +#include "sofirn/blf-q8-t1616/cfg.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0614" // ATTINY: 1616 diff --git a/hw/sofirn/sp36/cfg.h b/hw/sofirn/sp36/cfg.h index 3661686..7b65ad9 100644 --- a/hw/sofirn/sp36/cfg.h +++ b/hw/sofirn/sp36/cfg.h @@ -4,7 +4,7 @@ #pragma once // same as the BLF Q8, mostly -#include "cfg-blf-q8.h" +#include "sofirn/blf-q8/cfg.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0612" |
