Skip to content

Commit

Permalink
Restore functionality on Nano33BLE - core 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Jun 3, 2020
1 parent d435309 commit 3b228dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utility/HCICordioTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <driver/CordioHCITransportDriver.h>
#include <driver/CordioHCIDriver.h>

#include <Arduino.h>
#include <mbed.h>

// Parts of this file are based on: https://github.com/ARMmbed/mbed-os-cordio-hci-passthrough/pull/2
Expand Down

1 comment on commit 3b228dc

@f0rodo
Copy link

@f0rodo f0rodo commented on 3b228dc Jun 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah this was it!! 👍 Thanks @facchinm

Please sign in to comment.