refactor(mspi): rename to mspi_ll.h

This commit is contained in:
Armando
2024-12-27 18:17:25 +08:00
parent 3f6d1f6496
commit 14b5db0e87
38 changed files with 703 additions and 527 deletions

View File

@@ -12,7 +12,7 @@
#include "esp_log.h"
#include "sdkconfig.h"
#include "hal/key_mgr_ll.h"
#include "hal/mspi_timing_tuning_ll.h"
#include "hal/mspi_ll.h"
static __attribute__((unused)) const char *TAG = "flash_encrypt";