Skip to content

Commit

Permalink
chore(BLE): Added BLE stack to gitignore (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI authored Sep 13, 2024
1 parent 74a08bd commit 1ee6555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ package.json
.python-version
mxc_version.h
mxc_version.mk
Packetcraft-ADI
packetcraft-adi
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ __weak void PalSysInit(void) {}
*/
__weak void SystemInit(void)
{
__NOP();
#ifdef DEBUG
/* Delay to prevent bricks */
volatile int i;
Expand Down

0 comments on commit 1ee6555

Please sign in to comment.