Mock out mgos_i2c.h to work with Linux.
This commit is contained in:
14
include/mgos.h
Normal file
14
include/mgos.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef __MGOS_H
|
||||
#define __MGOS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "mgos_mock.h"
|
||||
|
||||
#endif // __MGOS_H
|
Reference in New Issue
Block a user