diff options
| author | Selene ToyKeeper | 2023-11-03 09:07:37 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-03 09:07:37 -0600 |
| commit | cf0ed5c4bd07e191088977722010e9eec94a7c05 (patch) | |
| tree | 4c2e4156a74cf3a6f1bad1f1d4b5087bb74a9f32 /hw/hank/noctigon-kr4-boost | |
| parent | fixed compile scripts and added a "./make" wrapper for convenience (diff) | |
| download | anduril-cf0ed5c4bd07e191088977722010e9eec94a7c05.tar.gz anduril-cf0ed5c4bd07e191088977722010e9eec94a7c05.tar.bz2 anduril-cf0ed5c4bd07e191088977722010e9eec94a7c05.zip | |
moved variant builds under their parent, like "d4-219" -> "d4/219"
Diffstat (limited to '')
| -rw-r--r-- | hw/hank/noctigon-kr4/boost/anduril.h (renamed from hw/hank/noctigon-kr4-boost/anduril.h) | 4 | ||||
| -rw-r--r-- | hw/hank/noctigon-kr4/boost/hwdef.h (renamed from hw/hank/noctigon-kr4-boost/hwdef.h) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hw/hank/noctigon-kr4-boost/anduril.h b/hw/hank/noctigon-kr4/boost/anduril.h index f0c5b92..a3b33ee 100644 --- a/hw/hank/noctigon-kr4-boost/anduril.h +++ b/hw/hank/noctigon-kr4/boost/anduril.h @@ -7,8 +7,8 @@ // the only things different from dm11-boost are: // - e-switch is on a different pin (defined in hwdef) // - different model number -#include "hank/noctigon-dm11-boost/anduril.h" -#include "hank/noctigon-kr4-boost/hwdef.h" +#include "hank/noctigon-dm11/boost/anduril.h" +#include "hank/noctigon-kr4/boost/hwdef.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0216" #include "hank/anduril.h" diff --git a/hw/hank/noctigon-kr4-boost/hwdef.h b/hw/hank/noctigon-kr4/boost/hwdef.h index 1ee2627..f17d263 100644 --- a/hw/hank/noctigon-kr4-boost/hwdef.h +++ b/hw/hank/noctigon-kr4/boost/hwdef.h @@ -37,7 +37,7 @@ * not to change brightness. */ -#include "hank/noctigon-dm11-boost/hwdef.h" +#include "hank/noctigon-dm11/boost/hwdef.h" // e-switch is on a different pin #undef SWITCH_PIN |
