talkie.h error

SunilV:
yes defined the spah as a const int. (I really don't know why a const need to be defined,
its the programmer's wish to define a variable or a constant - const int seems superfluous)

It's just how it is; anyway, as PROGMEM (flash) variables can't be changed, there is no reason not to make them const.