Fix a typo introduced with last commits
This commit is contained in:
parent
5f9c47a83f
commit
796d52b3e1
2
arch
2
arch
@ -1 +1 @@
|
||||
Subproject commit 07f1151a8039a32ff09fe479869b268dd11ed514
|
||||
Subproject commit 8a9c89d35a4babc8f45687e5293e01e56126ed8c
|
2
configs
2
configs
@ -1 +1 @@
|
||||
Subproject commit 20921ccad2cf456d6828d5d9f4ec8763a5f31f1f
|
||||
Subproject commit b16519ea24e26d50c61202ea80802a0417daeb11
|
@ -478,7 +478,7 @@ static void read16(FAR uint8_t *ptr, int len)
|
||||
}
|
||||
}
|
||||
|
||||
static void read32(FARuint8_t *ptr, int len)
|
||||
static void read32(FAR uint8_t *ptr, int len)
|
||||
{
|
||||
FAR uint32_t *ptr32 = (FAR uint32_t *)ptr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user