Every time I try to send a message to the LCD I get a NullPointerException, no matter what I try or who's code I copy. If it hits the line
Code:
DriverStationLCD.getInstance().println(DriverStationLCD.Line.kMain6, 1, msg);
it throws an exception. What am I doing wrong?
Thanks!