mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
nuttx: unify FAR attribute usage across the code
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
f527abc324
commit
d08fbca679
@@ -1082,7 +1082,7 @@ struct wm8904_dev_s
|
||||
|
||||
/* Our specific driver data goes here */
|
||||
|
||||
const FAR struct wm8904_lower_s *lower; /* Pointer to the board lower functions */
|
||||
FAR const struct wm8904_lower_s *lower; /* Pointer to the board lower functions */
|
||||
FAR struct i2c_master_s *i2c; /* I2C driver to use */
|
||||
FAR struct i2s_dev_s *i2s; /* I2S driver to use */
|
||||
struct dq_queue_s pendq; /* Queue of pending buffers to be sent */
|
||||
|
||||
Reference in New Issue
Block a user