User Activity

void capture(Adafruit_OV7670 *platform){ uint32_t i =platform->bufferSize; uint16_t *shot =platform->buffer; uint8_t* pclk = platform->pins.pclk.Read_reg; uint8_t* vsync = platform->pins.vsync.Read_reg; uint8_t alt = 0; while(alt==0){ ...
I am trying to do token pasting to defined macros but it fails using this platform. main.h contains the definitions and the other file is my tokenpasting attempt getting errors but it works on netbeans