Skip to content
Snippets Groups Projects
Commit 09f05417 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Minor changes

parent 7ae909df
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ int main(int argc, char *argv[]) ...@@ -85,7 +85,7 @@ int main(int argc, char *argv[])
else else
std::cout << " low level." << std::endl; std::cout << " low level." << std::endl;
usleep(500000); usleep(500000);
} }
}catch(CException &e) }catch(CException &e)
{ {
std::cout << e.what() << std::endl; std::cout << e.what() << std::endl;
......
#include "usb_i2c.h" #include "usb_i2c.h"
#include "eventexceptions.h" #include "eventexceptions.h"
#include "string.h" #include <string.h>
CUSBI2C::CUSBI2C(const std::string &adapter_id) CUSBI2C::CUSBI2C(const std::string &adapter_id)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment