mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Make sure that there is one space between while and condition
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
#define WRITE_NAND(d,a) \
|
||||
do { \
|
||||
*(volatile uint8_t *)((uintptr_t)a) = (uint8_t)d; \
|
||||
} while(0)
|
||||
} while (0)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
|
||||
Reference in New Issue
Block a user