diff options
| author | Ryan <fauxpark@gmail.com> | 2023-07-29 15:16:14 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-29 15:16:14 +1000 |
| commit | b4a7b9253a996484b10b4762f7b2fff7c9105c34 (patch) | |
| tree | 5690b166d442664d46df40cdf6c98c7bef247245 /users | |
| parent | 4af6f1df06326376ce07a43560ff0a68e9dd1eb1 (diff) | |
Bluetooth: driver naming cleanups (#21624)
Diffstat (limited to 'users')
| -rw-r--r-- | users/wanleg/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wanleg/rules.mk b/users/wanleg/rules.mk index de4decf78a..cb447a1792 100644 --- a/users/wanleg/rules.mk +++ b/users/wanleg/rules.mk | |||
| @@ -22,7 +22,7 @@ ifeq ($(strip $(BT)), yes) | |||
| 22 | OPT_DEFS += -DBLUEFRUIT | 22 | OPT_DEFS += -DBLUEFRUIT |
| 23 | #Adafruit Bluefruit controller settings | 23 | #Adafruit Bluefruit controller settings |
| 24 | BLUETOOTH_ENABLE = yes | 24 | BLUETOOTH_ENABLE = yes |
| 25 | BLUETOOTH_DRIVER = BluefruitLE | 25 | BLUETOOTH_DRIVER = bluefruit_le |
| 26 | F_CPU = 8000000 | 26 | F_CPU = 8000000 |
| 27 | CONSOLE_ENABLE = no # Console for debug(+400) | 27 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 28 | COMMAND_ENABLE = no # Commands for debug and configuration | 28 | COMMAND_ENABLE = no # Commands for debug and configuration |
