MOS Source Code
|
#include <mos/mos_global.h>
#include <stdint.h>
#include <stddef.h>
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | PB_FIELD_32BIT 1 |
#define | PB_VALIDATE_UTF8 1 |
#define | PB_ENABLE_MALLOC 1 |
#define | PB_STATIC_ASSERT(a, b) |
#define PB_FIELD_32BIT 1 |
Definition at line 15 of file nanopb_mos.h.
#define PB_VALIDATE_UTF8 1 |
Definition at line 16 of file nanopb_mos.h.
#define PB_ENABLE_MALLOC 1 |
Definition at line 17 of file nanopb_mos.h.
#define PB_STATIC_ASSERT | ( | a, | |
b ) |
Definition at line 18 of file nanopb_mos.h.