{pic32m,stm32}x.c: remove useless declarations
authorZachary T Welch <zw@superlucidity.net>
Mon, 9 Nov 2009 17:20:34 +0000 (09:20 -0800)
committerZachary T Welch <zw@superlucidity.net>
Tue, 10 Nov 2009 02:42:48 +0000 (18:42 -0800)
commit2351641b8f4d0f09912ef0c8bf11578b841230e7
tree22a197628798021e5efc6e2e80bf0edf67f6793e
parent6cd97f48d032e3ead3ee94c56699e162f7032ddd
{pic32m,stm32}x.c: remove useless declarations

Remove useless forward declarations.
Moves command registrations to end of files.
Moves flash structure definitions to end of files.

Signed-off-by: Zachary T Welch <zw@superlucidity.net>
src/flash/pic32mx.c
src/flash/stm32x.c