diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/vga-leaf.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/examples/vga-leaf.cpp b/examples/vga-leaf.cpp index 16204ba..d1c6d7d 100644 --- a/examples/vga-leaf.cpp +++ b/examples/vga-leaf.cpp @@ -86,7 +86,6 @@ uint8 logo[18][16] = {      {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,}, };  void setup() { -          // Setup our pins      pinMode(LED_PIN, OUTPUT);      pinMode(VGA_R, OUTPUT); @@ -101,9 +100,8 @@ void setup() {      digitalWrite(VGA_V, HIGH);      // This gets rid of the majority of the interrupt artifacts; -    // a SysTick.end() is required as well      SerialUSB.end(); -     +    SystemTick.end();      // Configure      Timer4.pause(); // while we configure | 
