mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
Fix a typo introduced with last commits
This commit is contained in:
+1
-1
Submodule arch updated: 07f1151a80...8a9c89d35a
+1
-1
Submodule configs updated: 20921ccad2...b16519ea24
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user