re-applies latest moonlight changes

This commit is contained in:
2025-05-23 20:23:23 +02:00
parent 99c6214381
commit b9e5f33cb6
16 changed files with 799 additions and 1976 deletions

View File

@@ -5,7 +5,7 @@
#include "gen/gpio.h"
static inline void gpio_init(volatile gpio_t *reg) {
static inline void gpio_init(volatile gpio_t* reg) {
set_gpio_write(reg, 0);
set_gpio_writeEnable(reg, 0);
}