Fixed the warnings about static functions.

This commit is contained in:
David Žaitlík
2022-06-19 12:48:05 +02:00
parent 05ed8c25c9
commit 5875037591
2 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,9 @@
*/
#include "ltr329.h"
static int8_t ltr329_read_register (ltr329_cmd_t register_addr, uint8_t *register_data );
static int8_t ltr329_write_register (ltr329_cmd_t register_addr, uint8_t register_data);
/*
* Functions to be implemented by user
*/