1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-08 23:46:08 +01:00
Arduino/hardware/sam/system/libsam/cmsis/sam3n/include/sam3n.h
2011-09-06 21:05:41 +02:00

29 lines
584 B
C

/* $asf_license$ */
#ifndef _SAM3N_
#define _SAM3N_
#if defined __SAM3N1A__
#include "sam3n1a.h"
#elif defined __SAM3N1B__
#include "sam3n1b.h"
#elif defined __SAM3N1C__
#include "sam3n1c.h"
#elif defined __SAM3N2A__
#include "sam3n2a.h"
#elif defined __SAM3N2B__
#include "sam3n2b.h"
#elif defined __SAM3N2C__
#include "sam3n2c.h"
#elif defined __SAM3N4A__
#include "sam3n4a.h"
#elif defined __SAM3N4B__
#include "sam3n4b.h"
#elif defined __SAM3N4C__
#include "sam3n4c.h"
#else
#error Library does not support the specified device.
#endif
#endif /* _SAM3N_ */