Error compiling board, OS6 not declared

Hi all, apologize if it’s a dumb question, first time proffie saber owner and I’m a bit lost. I followed Stephen Polwell’s Proffieboard config video and everyone was going smoothly until I got to the final step. Now when I try to upload the OS and config using arduino I get the error Compilation error: ‘OS6’ was not declared in this scope

Here is the full error message
https://pastebin.com/MwKmVVi5

And here is my config
https://pastebin.com/fJTpdfp5

If there is any other info I need to provide let me know. Thanks in advance for dealing with a noob like me :slight_smile:

You have an extra “/” at line 47

//*

Should be:

/*

That’s all it was, thank you!

you’re welcome