I merely added this line to the blink() example.
byte b = B10010; // reference: http://energia.nu/reference/byte/
Compiles no problem when MSP430 boards selected.
Change board to CC3200 and then get compile error "B10010 was not declared in this scope"
Any suggestions to fix.