lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed build error caused by change in the way to define GPIOs in per-product include in merged branch.
2021-04-14, Edouard Tisserant
69ba9a030614
Fixed build error caused by change in the way to define GPIOs in per-product include in merged branch.
#ifndef GOT_H
#define GOT_H
// GPIO_1_31 = 32 + 31 = 63
#define RUN_LED_GPIO 63
#define LPCBUS_DEVICES_PORT "/dev/ttyAPP1"
#endif