Merge pull request #144 from adrian-immel/Fix-Typo

Fix build issue for FakeTec board
This commit is contained in:
ripplebiz 2025-03-26 16:22:01 +11:00 committed by GitHub
commit 32edc934fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
#include <Arduino.h>
#include "faketecBoard.h"
#include "FaketecBoard.h"
#include <bluefruit.h>
#include <Wire.h>