mirror of
https://github.com/eclipse/upm.git
synced 2025-07-09 13:21:22 +03:00
bitbake: Fix for pthreads C test w/yocto
Fixed a problem where the C/CXX compile flags were getting overwritten. Fixed warnings in a few sensor drivers. This commit fixes #485 Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -145,7 +145,7 @@ mraa::Result T6713::runCommand(MODBUS_COMMANDS cmd)
|
||||
{
|
||||
|
||||
COMMAND * cmdPacket = new COMMAND ;
|
||||
mraa::Result ret;
|
||||
mraa::Result ret = mraa::SUCCESS;
|
||||
|
||||
switch(cmd)
|
||||
{
|
||||
|
Reference in New Issue
Block a user