Coding a DF player & servo with IR remote

Hi Matthew,

Does this code compile? The following line has a problem:

void setup() { myservo.attach(9); Serial.begin(9600); irrecv.enableIRIn(); // Start the receiver }

The comment "// Start the receiver" will also comment-out the closing brace }

Pat.