Skip to content

Commit

Permalink
restryled
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Mar 21, 2024
1 parent e9469df commit e24f3f9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions examples/platform/silabs/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@
* limitations under the License.
*/
#include "sl_component_catalog.h"
#include <MatterConfig.h>
#include "sl_system_kernel.h"
#include "sl_system_init.h"
#include "sl_system_kernel.h"
#include <MatterConfig.h>

int main(void)
{
sl_system_init();

// Initialize the application. For example, create periodic timer(s) or
// task(s) if the kernel is present.
SilabsMatterConfig::app_init();

}
sl_system_init();

// Initialize the application. For example, create periodic timer(s) or
// task(s) if the kernel is present.
SilabsMatterConfig::app_init();
}

0 comments on commit e24f3f9

Please sign in to comment.