aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/AT91SAM7/ext_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/AT91SAM7/ext_lld.h')
-rw-r--r--os/hal/platforms/AT91SAM7/ext_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/AT91SAM7/ext_lld.h b/os/hal/platforms/AT91SAM7/ext_lld.h
index a034f6590..8ec6fea5d 100644
--- a/os/hal/platforms/AT91SAM7/ext_lld.h
+++ b/os/hal/platforms/AT91SAM7/ext_lld.h
@@ -178,7 +178,7 @@ typedef struct {
/**
* @brief interrupt priority.
*/
- uint32_t priority;
+ uint32_t priority;
} EXTConfig;
/**