The hold servo code just does one thing, it tells the servo to go to 0 degrees.
It requires just one line of code:
servo.setSpeed(0);
I compiled it for you and attached the .hex for you. Connect your servo to pin H5, and the servo should stay at angle 0.
ps - if you are using the bootloader, change the file name so that it has less than 9 characters before uploading