mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
MFp4: formatting nits and minor style changes that likely won't matter.
This commit is contained in:
parent
acc47bab5b
commit
9b062675f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157926
@ -28,7 +28,7 @@
|
||||
#include "lib.h"
|
||||
#include "at91rm9200_lowlevel.h"
|
||||
|
||||
typedef void fn_t(void);
|
||||
typedef void fn_t(void);
|
||||
|
||||
int
|
||||
main(void)
|
||||
@ -39,5 +39,5 @@ main(void)
|
||||
while (xmodem_rx(addr) == -1)
|
||||
continue;
|
||||
fn();
|
||||
return (1);
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user