mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-24 11:22:57 +10:00
updated ui added new features
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
#ifndef _CONFIGURATION_HEADER_GUARD_H_
|
||||
#define _CONFIGURATION_HEADER_GUARD_H_
|
||||
|
||||
#define SIZEOF_INT 4
|
||||
#define HAVE_STDLIB_H 1
|
||||
#define HAVE_STRING_H 1
|
||||
#define HAVE_FLOOR 1
|
||||
#define HAVE_CEIL 1
|
||||
#define HAVE_MEMSET 1
|
||||
#define HAVE_POW 1
|
||||
#define HAVE_SQRT 1
|
||||
#define HAVE_SIN 1
|
||||
#define HAVE_COS 1
|
||||
#define HAVE_ATAN2 1
|
||||
#define HAVE_LOG10 1
|
||||
#define HAVE_ROUND 1
|
||||
#define HAVE_GETOPT 0
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user