Upload problems.

I have a Micro MinimOSD, it came with Arducam OSD loaded. I was able to get video out of it but no telemetry. I just get waiting for MAVlink heartbeats.

I have now used Arduino and successfully cleared the EEPROM. I then tried to load KV_TEAM_OSD as per Mochaboy YouTUBE video. If I try to verify or upload I get the below error.

When I power the board up through the FTDI the blue LED comes on and stays on, Geen LED flashes a few times then stays on.

Arduino: 1.6.3 (Windows 7), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"

C:\Program Files\Arduino\hardware\tools\avr/bin/avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10603 -DARDUINO_AVR_PRO -DARDUINO_ARCH_AVR -IC:\Program Files\Arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files\Arduino\hardware\arduino\avr\variants\eightanaloginputs C:\Users\Andrew\AppData\Local\Temp\build6176978312406979183.tmp\EEPROM.cpp -o C:\Users\Andrew\AppData\Local\Temp\build6176978312406979183.tmp\EEPROM.cpp.o

In file included from C:\Users\Andrew\AppData\Local\Temp\build6176978312406979183.tmp\EEPROM.cpp:5:0:

C:\Users\Andrew\AppData\Local\Temp\build6176978312406979183.tmp\KV_Team_OSD.h:180:40: error: variable 'item_table' must be const in order to be put into read-only section by means of 'attribute((progmem))'

extern PROGMEM const char *item_table[];

^

Error compiling.

Thanks in advance for any help.