From 5aa3c4b50591abb89a9800169b1307f0795a00fe Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 7 Jan 2016 21:36:50 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8718 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/AVR/pal_lld.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/ports/AVR') diff --git a/os/hal/ports/AVR/pal_lld.h b/os/hal/ports/AVR/pal_lld.h index b69539ae9..209744c72 100644 --- a/os/hal/ports/AVR/pal_lld.h +++ b/os/hal/ports/AVR/pal_lld.h @@ -54,7 +54,7 @@ /** * @brief AVR setup registers. */ -typedef struct { +typedef struct { uint8_t out; uint8_t dir; } avr_gpio_setup_t; @@ -65,7 +65,7 @@ typedef struct { * ports, the ports with abnormal layout cannot be used through * PAL driver. Example: PORT F on Mega128. */ -typedef struct { +typedef struct { volatile uint8_t in; volatile uint8_t dir; volatile uint8_t out; -- cgit v1.2.3