Mask unused var, update (c) comments (#14455)

This commit is contained in:
Ludy
2019-07-01 05:29:33 +02:00
committed by Scott Lahteine
parent 0ca64a0ea3
commit dab2f0c89c
10 changed files with 11 additions and 42 deletions

View File

@ -24,8 +24,6 @@
/**
* InterruptVectors_Due.h
*
* Copyright (c) 2017 Eduardo José Tagle. All right reserved
*
* This module relocates the Interrupt vector table to SRAM, allowing new
* interrupt handlers to be added at runtime. This is required because the
* Arduino runtime steals interrupt handlers that Marlin MUST use to support