Unverified Commit 47111a6e authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Undo BSTstackLib warning (#1758)

Undo #1751
parent f6a5ef0f
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
Arduino Wrapper for BTstack Arduino Wrapper for BTstack
*/ */
#warning The BTStackLib is no longer supported by BlueKitchen, use at your own risk
#include <_needsbt.h> #include <_needsbt.h>
#ifndef __ARDUINO_BTSTACK_H #ifndef __ARDUINO_BTSTACK_H
......
...@@ -24,7 +24,6 @@ function skip_ino() ...@@ -24,7 +24,6 @@ function skip_ino()
/p13_TouchSensorLamp/ /p13_TouchSensorLamp/
/StringComparisonOperators/ /StringComparisonOperators/
/PDMSerialPlotter/ /PDMSerialPlotter/
/BTstackLib/
EOL EOL
echo $ino | grep -q -F "$skiplist" echo $ino | grep -q -F "$skiplist"
echo $(( 1 - $? )) echo $(( 1 - $? ))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment