Browse Source

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

Fix build issue for FakeTec board
pull/154/head
ripplebiz 1 year ago
committed by GitHub
parent
commit
32edc934fa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/helpers/nrf52/FaketecBoard.cpp
  2. 0
      src/helpers/nrf52/FaketecBoard.h

2
src/helpers/nrf52/faketecBoard.cpp → src/helpers/nrf52/FaketecBoard.cpp

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

0
src/helpers/nrf52/faketecBoard.h → src/helpers/nrf52/FaketecBoard.h

Loading…
Cancel
Save