Fix case-sensitive import

This commit is contained in:
Marcus Kida 2026-08-05 17:43:53 +02:00
parent 700f18eea8
commit 090dcecde8
2 changed files with 1 additions and 1 deletions

View file

@ -36,7 +36,7 @@
#include "interfaces/adc.h" #include "interfaces/adc.h"
#include "interfaces/batteryRAM.h" #include "interfaces/batteryRAM.h"
#include "hardware/SPI_Flash.h" #include "hardware/SPI_Flash.h"
#include "io/Leds.h" #include "io/LEDs.h"
#include "interfaces/adc.h" #include "interfaces/adc.h"
#include "hardware/radioHardwareInterface.h" #include "hardware/radioHardwareInterface.h"
#include "hardware/HR-C6000.h" // slotState, for restoring the green RX LED after unmute #include "hardware/HR-C6000.h" // slotState, for restoring the green RX LED after unmute

0
MDUV380_firmware/tools/codec_cleaner.Linux Normal file → Executable file
View file