File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 16
16
* See the License for the specific language governing permissions and
17
17
* limitations under the License.
18
18
*/
19
-
19
+ /* this file behaves like a config.h, comes first */
20
20
#include < platform/internal/CHIPDeviceLayerInternal.h>
21
+
21
22
#include < platform/internal/BLEManager.h>
22
23
23
24
namespace chip {
Original file line number Diff line number Diff line change 21
21
* Provides implementations for the CHIP persistent storage
22
22
* APIs. This implementation is common across all platforms.
23
23
*/
24
-
24
+ /* this file behaves like a config.h, comes first */
25
25
#include < platform/internal/CHIPDeviceLayerInternal.h>
26
+
26
27
#include < platform/ConfigurationManager.h>
27
28
28
29
namespace chip {
Original file line number Diff line number Diff line change 22
22
* Provides implementations of the CHIP System Layer platform
23
23
* event functions that are suitable for use on all platforms.
24
24
*/
25
-
25
+ /* this file behaves like a config.h, comes first */
26
26
#include < platform/internal/CHIPDeviceLayerInternal.h>
27
+
27
28
#include < platform/PlatformManager.h>
28
29
29
30
namespace chip {
Original file line number Diff line number Diff line change 22
22
* Provides implementations of the CHIP System Layer platform
23
23
* timer functions that are suitable for use on all platforms.
24
24
*/
25
-
25
+ /* this file behaves like a config.h, comes first */
26
26
#include < platform/internal/CHIPDeviceLayerInternal.h>
27
+
27
28
#include < platform/PlatformManager.h>
28
29
29
30
namespace chip {
You can’t perform that action at this time.
0 commit comments