Skip to content

Commit

Permalink
Const modifier used for MLX90640_GetImage function
Browse files Browse the repository at this point in the history
  • Loading branch information
slavysis committed Jun 19, 2018
1 parent 09e460a commit 388d005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/MLX90640_API.cpp
Expand Up @@ -394,7 +394,7 @@ void MLX90640_CalculateTo(uint16_t *frameData, const paramsMLX90640 *params, flo

//------------------------------------------------------------------------------

void MLX90640_GetImage(uint16_t *frameData, paramsMLX90640 *params, float *result)
void MLX90640_GetImage(uint16_t *frameData, const paramsMLX90640 *params, float *result)
{
float vdd;
float ta;
Expand Down

0 comments on commit 388d005

Please sign in to comment.