mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 02:11:15 +03:00
Fixing Build errors
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#include <unistd.h>
|
||||
#include "tsl2561.h"
|
||||
|
||||
void main(void)
|
||||
int main()
|
||||
{
|
||||
tsl2561_context dev = tsl2561_init(0, TSL2561_Address, GAIN_0X, INTEGRATION_TIME1_101MS);
|
||||
float abc = 0;
|
||||
|
Reference in New Issue
Block a user