summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/uC5282/include/tm27.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/uC5282/include/tm27.h')
-rw-r--r--bsps/m68k/uC5282/include/tm27.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/bsps/m68k/uC5282/include/tm27.h b/bsps/m68k/uC5282/include/tm27.h
index 9a24da3755..86a1920177 100644
--- a/bsps/m68k/uC5282/include/tm27.h
+++ b/bsps/m68k/uC5282/include/tm27.h
@@ -5,14 +5,14 @@
*/
/*
- * Author: W. Eric Norum <norume@aps.anl.gov>
+ * Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
- * COPYRIGHT (c) 2005-2014.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) 2005-2014.
+ * On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
*/
#ifndef _RTEMS_TMTEST27
@@ -29,6 +29,8 @@
#define MUST_WAIT_FOR_INTERRUPT 0
+#define TM27_USE_VECTOR_HANDLER
+
#define Install_tm27_vector( handler ) set_vector( (handler), 35, 1 )
#define Cause_tm27_intr() asm volatile ("trap #3");