Skip to content

Commit

Permalink
Merged in rzr/nuttx/sandbox/rzr/review/master (pull request #898)
Browse files Browse the repository at this point in the history
stm32f4discovery: Fix declaration statement

Column was missing from cc6b127

Change-Id: Ia0ec2aba809804bb44ffcba049b605c1f430d463
Relate-to: rzr/webthing-iotjs#3
Forwarded: https://bitbucket.org/nuttx/nuttx/pull-requests/898/stm32f4discovery-fix-declaration-statement/diff
Signed-off-by: Philippe Coval <p.coval@samsung.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
  • Loading branch information
rzr authored and gregory-nutt committed Jul 8, 2019
1 parent 296a9e4 commit 166ce3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/stm32f4discovery/src/stm32_romfs_initialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ extern const int romfs_data_size;

int stm32_romfs_initialize(void)
{
uintptr_t romfs_data_len
uintptr_t romfs_data_len;
int ret;

/* Create a ROM disk for the /etc filesystem */
Expand Down

0 comments on commit 166ce3c

Please sign in to comment.