Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When moving the files from examples/thermostat/ameba/main to top level of project. GLOBAL_CFLAGS += -DCHIP_PROJECT=1 must be included in the make file. make all would fail with CHIP_PROJECT=1 becuase the type def's for u32, and u64 were removed But when u32 is undefined during the chip_main build connectedhomeip/src/lib/core/CHIPTLVReader.cpp will fail since u32 is used a a variable name.
- Loading branch information