Skip to content

Commit

Permalink
Updated changes in autogen and config folders
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-silabs committed Oct 15, 2024
1 parent 080bec0 commit 48b325f
Show file tree
Hide file tree
Showing 18 changed files with 428 additions and 774 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

#include "sl_si91x_button_pin_config.h"
#include "sl_si91x_button_instances.h"
#include "sl_si91x_button_btn0_config.h"
#include "sl_si91x_button_btn1_config.h"

sl_button_t const button_btn0 = {
.port = SL_BUTTON_BTN0_PORT,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#define SL_SI91X_BUTTON_INSTANCES_H

#include "sl_si91x_button.h"
#include "sl_si91x_button_init_btn0_config.h"
#include "sl_si91x_button_init_btn1_config.h"

extern const sl_button_t button_btn0;
extern const sl_button_t button_btn1;
Expand Down
Loading

0 comments on commit 48b325f

Please sign in to comment.