FastLED/fastspi_bitbang.h:316:32: error: comparison between distinct pointer types 'NSFastLED::FastPin<9u>::port_ptr_t {aka volatile unsigned char*}' and 'NSFastLED::_ARMPIN<10u, 5u, 32ul, NSFastLED::__gen_struct_GPIOC>::port_ptr_t {aka volatile long unsigned int*}' lacks a cast [-fpermissive]
if(FastPin<DATA_PIN>::port() != FastPin<CLOCK_PIN>::port()) {
^