8000 nrf5/bluetooth: Updating header guard in bluetooth_conf.h to reflect … · boneskull/circuitpython@ab0d975 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab0d975

Browse files
committed
nrf5/bluetooth: Updating header guard in bluetooth_conf.h to reflect new filename.
1 parent 56d1065 commit ab0d975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nrf5/bluetooth/bluetooth_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef NRF_SDK_CONF_H__
2-
#define NRF_SDK_CONF_H__
1+
#ifndef BLUETOOTH_CONF_H__
2+
#define BLUETOOTH_CONF_H__
33

44
// SD specific configurations.
55

0 commit comments

Comments
 (0)
0