mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
nuttx: fix multiple 'FAR', 'CODE' and style issues
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
5d17e4795a
commit
d499ac9d58
@@ -126,7 +126,7 @@ struct capture_scene_params_s
|
||||
int32_t blue;
|
||||
int32_t gamma;
|
||||
uint32_t gamma_curve_sz;
|
||||
uint8_t *gamma_curve;
|
||||
FAR uint8_t *gamma_curve;
|
||||
int32_t ev;
|
||||
bool hflip_video;
|
||||
bool vflip_video;
|
||||
@@ -159,7 +159,7 @@ typedef struct capture_scene_params_s capture_scene_params_t;
|
||||
struct capture_parameter_name_s
|
||||
{
|
||||
uint32_t id;
|
||||
const char *name;
|
||||
FAR const char *name;
|
||||
};
|
||||
|
||||
typedef struct capture_parameter_name_s capture_parameter_name_t;
|
||||
|
||||
Reference in New Issue
Block a user