mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
A110X: Fixing Build error
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
parent
d548fc62ab
commit
3c51f638f1
@ -7,7 +7,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "a110x.h"
|
#include "a110x.h"
|
||||||
|
|
||||||
void main(void)
|
int main()
|
||||||
{
|
{
|
||||||
a110x_context dev = a110x_init(2);
|
a110x_context dev = a110x_init(2);
|
||||||
bool abc = 0;
|
bool abc = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user