updates ehrenberg devices and BSP
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user