aboutsummaryrefslogtreecommitdiff
path: root/hw/hank/noctigon-dm11/boost
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-03 09:07:37 -0600
committerSelene ToyKeeper2023-11-03 09:07:37 -0600
commitcf0ed5c4bd07e191088977722010e9eec94a7c05 (patch)
tree4c2e4156a74cf3a6f1bad1f1d4b5087bb74a9f32 /hw/hank/noctigon-dm11/boost
parentfixed compile scripts and added a "./make" wrapper for convenience (diff)
downloadanduril-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-dm11/boost/anduril.h (renamed from hw/hank/noctigon-dm11-boost/anduril.h)2
-rw-r--r--hw/hank/noctigon-dm11/boost/hwdef.c (renamed from hw/hank/noctigon-dm11-boost/hwdef.c)0
-rw-r--r--hw/hank/noctigon-dm11/boost/hwdef.h (renamed from hw/hank/noctigon-dm11-boost/hwdef.h)2
3 files changed, 2 insertions, 2 deletions
diff --git a/hw/hank/noctigon-dm11-boost/anduril.h b/hw/hank/noctigon-dm11/boost/anduril.h
index de6451f..7b62173 100644
--- a/hw/hank/noctigon-dm11-boost/anduril.h
+++ b/hw/hank/noctigon-dm11/boost/anduril.h
@@ -4,7 +4,7 @@
#pragma once
#define MODEL_NUMBER "0273"
-#include "hank/noctigon-dm11-boost/hwdef.h"
+#include "hank/noctigon-dm11/boost/hwdef.h"
#include "hank/anduril.h"
// ATTINY: 1634
diff --git a/hw/hank/noctigon-dm11-boost/hwdef.c b/hw/hank/noctigon-dm11/boost/hwdef.c
index e601132..e601132 100644
--- a/hw/hank/noctigon-dm11-boost/hwdef.c
+++ b/hw/hank/noctigon-dm11/boost/hwdef.c
diff --git a/hw/hank/noctigon-dm11-boost/hwdef.h b/hw/hank/noctigon-dm11/boost/hwdef.h
index dffd462..513d32f 100644
--- a/hw/hank/noctigon-dm11-boost/hwdef.h
+++ b/hw/hank/noctigon-dm11/boost/hwdef.h
@@ -39,7 +39,7 @@
#define ATTINY 1634
#include <avr/io.h>
-#define HWDEF_C_FILE hank/noctigon-dm11-boost/hwdef.c
+#define HWDEF_C_FILE hank/noctigon-dm11/boost/hwdef.c
// allow using aux LEDs as extra channel modes
#include "fsm/chan-rgbaux.h"