Skip to content

Commit 749c052

Browse files
committed
move to c header files and rmeove type_traits include - helps support older compilers/tool chain setups
1 parent 6542241 commit 749c052

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sfeTk/sfeToolkit.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2626

2727
#pragma once
2828

29-
#include <climits>
30-
#include <cstdint>
31-
#include <type_traits>
29+
#include <limits.h>
30+
#include <stdint.h>
31+
3232
/**
3333
@brief Common include file for the core of the SparkFun Electronics Toolkit
3434
*/

0 commit comments

Comments
 (0)