updates ehrenberg devices and BSP

This commit is contained in:
2024-06-10 10:13:07 +02:00
parent c94eb7c61a
commit 231366cc94
13 changed files with 200 additions and 20 deletions

View File

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