~ubuntu-branches/ubuntu/trusty/avr-libc/trusty

« back to all changes in this revision

Viewing changes to include/avr/iom32u2.h

  • Committer: Package Import Robot
  • Author(s): Hakan Ardo
  • Date: 2012-05-23 10:30:07 UTC
  • mfrom: (1.1.11) (4.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120523103007-h7u5fhm6n13wds9e
Tags: 1:1.8.0-2
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
29
  POSSIBILITY OF SUCH DAMAGE. */
30
30
 
31
 
/* $Id: iom32u2.h 2015 2009-07-17 17:05:50Z arcanum $ */
 
31
/* $Id: iom32u2.h 2240 2011-05-09 22:18:18Z arcanum $ */
32
32
 
33
33
/* avr/iom32u2.h - definitions for ATmega32U2 */
34
34
 
914
914
#define TIMER1_OVF_vect      _VECTOR(18)  /* Timer/Counter1 Overflow */
915
915
 
916
916
#define _VECTOR_SIZE 4 /* Size of individual vector. */
917
 
#define _VECTORS_SIZE (38 * _VECTOR_SIZE)
 
917
#define _VECTORS_SIZE (29 * _VECTOR_SIZE)
918
918
 
919
919
 
920
920
/* Constants */