Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

stm32h743: rename CPU header to match other platform conventions

Change-Id: Ie7564df983aed460947ebde3bf73f8147d5bc974

+1 -1
+1 -1
firmware/export/cpu.h
··· 78 78 #include "x1000.h" 79 79 #endif 80 80 #if CONFIG_CPU == STM32H743 81 - #include "cpu-stm32h743.h" 81 + #include "stm32h743.h" 82 82 #endif 83 83 84 84 #endif /* __CPU_H */
firmware/target/arm/stm32/cpu-stm32h743.h firmware/export/stm32h743.h