mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-07 13:52:54 -04:00
Merge pull request #4 from TheBeadster/codex/fix--uint32_t--does-not-name-a-type-error
Fix missing Arduino include in Bluetooth header
This commit is contained in:
commit
9ac2a46303
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
// GNU General Public License for more details.
|
||||
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue