Fix issue #6 , LED signal for HTTC-AB02A
This commit is contained in:
parent
1ce122e2c0
commit
721c118fbf
|
@ -664,6 +664,9 @@ void init_signalize(void) {
|
|||
pixels.clear();
|
||||
#endif
|
||||
#ifdef CC_SIGNAL_GPIO13
|
||||
#ifndef GPIO13
|
||||
#define GPIO13 P0_6
|
||||
#endif
|
||||
pinMode(GPIO13, OUTPUT);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue