Skip to content

Commit

Permalink
Pull request project-chip#15: 🐛 Compilation bugfix for newLight.
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs

Squashed commit of the following:

commit 356b2f9991ec52f88e9828d1e56ee235fe9284fe
Author: Elfelsoufi-SiLabs <[email protected]>
Date:   Fri Jul 15 11:26:44 2022 -0400

    ⌛️ Update Files Generated by Zap for newLight.

commit 8224e9c48fec4196cc1254e677821f5a4a04c831
Author: Elfelsoufi-SiLabs <[email protected]>
Date:   Fri Jul 15 10:51:37 2022 -0400

    🐛 Bugfix for AppTask.h
  • Loading branch information
Mohamed Amine Elfelsoufi authored and jmartinez-silabs committed Oct 26, 2022
1 parent b1b7582 commit ed7c16e
Show file tree
Hide file tree
Showing 8 changed files with 1,397 additions and 1,387 deletions.
2 changes: 1 addition & 1 deletion silabs_examples/sl-newLight/efr32/include/AppTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#include <stdint.h>

#include "AppEvent.h"
#include "FreeRTOS.h"
#include "sl_simple_button_instances.h"

#include "FreeRTOS.h"
#include "timers.h" // provides FreeRTOS timer support
#include <ble/BLEEndPoint.h>
#include <platform/CHIPDeviceLayer.h>
Expand Down
Loading

0 comments on commit ed7c16e

Please sign in to comment.