| commit | 6bd4f10ed9f24c1ac60f18598edef0b45b4885c3 | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.h@gmx.de> | Sun Feb 22 23:28:13 2026 +0100 |
| committer | Nico Huber <nico.h@gmx.de> | Sun Mar 22 09:47:02 2026 +0000 |
| tree | 4e97539643c3599f8ff5577a462387f406dd9d99 | |
| parent | 2e0a0031139fe9aa4e7ad3259c6a864112b06f11 [diff] [blame] |
edi: Move EDI related things into new chipdrivers/edi.h Change-Id: I592449693647587b5817614b6c6cac07e8009a89 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/421
diff --git a/edi.c b/edi.c index c1eb64a..68918b7 100644 --- a/edi.c +++ b/edi.c
@@ -16,7 +16,7 @@ #include <string.h> #include "flash.h" -#include "chipdrivers.h" +#include "chipdrivers/edi.h" #include "spi_command.h" #include "ene.h" #include "edi.h"