mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-08 19:30:39 +00:00
Fixed discrepancy with bt.c in part7 and part8 - now the same
This commit is contained in:
parent
7d36b81242
commit
62ef53bd5b
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ void setLEadvertparameters(unsigned char type, unsigned char linterval_min, unsi
|
|||
}
|
||||
|
||||
void setLEadvertdata() {
|
||||
volatile unsigned char command[32] = {
|
||||
static unsigned char command[32] = {
|
||||
0x19,
|
||||
0x02, 0x01, 0x06,
|
||||
0x03, 0x03, 0xAA, 0xFE,
|
||||
|
|
Loading…
Reference in a new issue