I use both 4.0 and 4.1 in some electronics and need to be able to define pins according to the board (these boards have different pins for SPI1). With 4.0/3.6 I could use a #if defined() #end to check for the type of processor, is there a way to check whether the program is compiled for 4.0 or 4.1 in a similar way?