arduino - error: expected ',' or '...' before 'data' -


i'm using arduino software (1.6.5) - windows 8.1. i'm getting error on line 10:

sketch_jul11a:10: error: expected ',' or '...' before 'data'

as far can see, it's unjustified. first 12 lines:

#include <virtualwire.h>  string id = "ccu"; string sid = "";  boolean debug = true;  char *controller;  int rg_global_tx_indicator = 0; //error on line int rg_global_rx_indicator = 0; 

all settings default , there's no issue import. question is, what's going on here?

if shine light, that'd great.


Comments