From 549f7e74a0be9796c52e4ebde6c70eefadf710e3 Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 7 Nov 2007 16:32:20 +0000 Subject: [PATCH] Remove unneeded strobe definition for serial debug. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@982 38d2e660-2303-0410-9eaa-f027e97ec537 --- app/at91sam7s/hw/hw_ser.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/at91sam7s/hw/hw_ser.h b/app/at91sam7s/hw/hw_ser.h index cccbed13..7b98f223 100644 --- a/app/at91sam7s/hw/hw_ser.h +++ b/app/at91sam7s/hw/hw_ser.h @@ -38,14 +38,3 @@ */ -#define SER_STROBE_ON do {PIOA_SODR = BV(6);} while(0) -#define SER_STROBE_OFF do {PIOA_CODR = BV(6);} while(0) -#define SER_STROBE_INIT do {\ - /* Set PA6 connected to PIOA */\ - PIOA_PER = BV(6); \ - /* Set PA6 as output */ \ - PIOA_OER = BV(6); \ - /* Disable multidrive on all pins */ \ - PIOA_MDDR = BV(6); \ -} while(0) - -- 2.25.1