Fix issue #6 , LED signal for HTTC-AB02A

This commit is contained in:
tuxphone
2024-06-08 20:49:45 +02:00
parent 1ce122e2c0
commit 721c118fbf

View File

@ -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
}