From 632fd663a821047df9a9b965ec1c35d6b034ebba Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 07:38:01 -0800 Subject: flash_driver_t -> struct flash_driver Remove misleading typedef and redundant suffix from struct flash_driver. --- src/flash/at91sam3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/at91sam3.h') diff --git a/src/flash/at91sam3.h b/src/flash/at91sam3.h index cea4c3ab..4fa7f467 100644 --- a/src/flash/at91sam3.h +++ b/src/flash/at91sam3.h @@ -20,4 +20,4 @@ // nothing to do here other then export this. -extern flash_driver_t at91sam3_flash; +extern struct flash_driver at91sam3_flash; -- cgit v1.2.3