From: asterix Date: Mon, 12 Jul 2010 10:44:32 +0000 (+0000) Subject: Reorder includes. X-Git-Tag: 2.6.0~288^2~67 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d99b61bb5364f3ab84ccd6853377a75650bfffc2;p=bertos.git Reorder includes. git-svn-id: https://src.develer.com/svnoss/bertos/branches/i2c@4026 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/drv/gpio_lm3s.c b/bertos/cpu/cortex-m3/drv/gpio_lm3s.c index 7fcecbad..6ed16e47 100644 --- a/bertos/cpu/cortex-m3/drv/gpio_lm3s.c +++ b/bertos/cpu/cortex-m3/drv/gpio_lm3s.c @@ -35,10 +35,14 @@ * \author Andrea Righi */ + +#include "gpio_lm3s.h" + #include #include + #include -#include "gpio_lm3s.h" + /* Set the pin(s) direction and mode */ INLINE int lm3s_gpioPinConfigMode(uint32_t port, uint8_t pins, uint32_t mode)