Compare commits
1 Commits
2600ca8742
...
519594600d
Author | SHA1 | Date | |
---|---|---|---|
|
519594600d |
@ -5,7 +5,7 @@
|
||||
|
||||
#include <gpio.h>
|
||||
|
||||
const struct gpio gpio = {
|
||||
static const struct gpio gpio = {
|
||||
.pin = 0x08,
|
||||
};
|
||||
|
||||
@ -15,7 +15,6 @@ int main(int argc, char *argv[])
|
||||
unsigned int value;
|
||||
|
||||
openlog("ftdi_gpio", LOG_CONS | LOG_PID | LOG_NDELAY, LOG_LOCAL1);
|
||||
// setlogmask(LOG_DEBUG);
|
||||
|
||||
res = gpio_open(&gpio);
|
||||
if(res != EXIT_SUCCESS) {
|
||||
|
Loading…
Reference in New Issue
Block a user